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