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