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