/// <reference types="react" />
export interface IconShirtSharpProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconShirtSharp: React.FC<IconShirtSharpProps>;
