import type { ValuesType } from 'utility-types';
import { Top } from '../options';
export declare const top: Record<Exclude<ValuesType<Top>, 'longHair' | 'shortHair'>, {
    path: (color: string) => string;
    isHat: boolean;
    zIndex: number;
}>;
