/// import { ClothingProps } from './types'; export declare const Front: ({ color }: ClothingProps) => JSX.Element; export declare const Back: ({ color }: ClothingProps) => JSX.Element; export declare const braStraps = false;