/// import { HairProps } from './types'; export declare const Back: ({ hairColor }: HairProps) => JSX.Element; export declare const Front: ({ hairColor }: HairProps) => JSX.Element; export declare const hatScale = 0;