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