/// import { ClothingProps } from '../clothing/types'; import { HatProps } from './types'; export declare const Front: ({ color, scale }: ClothingProps & HatProps) => JSX.Element; export declare const Back: () => JSX.Element;