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