import { ReactElement } from 'react'; import { SvgIconProps } from './props'; export declare function Shirt({ size }: SvgIconProps): ReactElement;