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