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