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