/// import { BodyProps } from './types'; export declare const Front: ({ clothingColor }: BodyProps) => JSX.Element; export declare const Back: ({ clothingColor, braStraps }: BodyProps) => JSX.Element;