/// import { ClothingProps } from './types'; export declare const Shirt: ({ color, graphic: Graphic }: ClothingProps) => JSX.Element;