/// export interface IconFlowerOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconFlowerOutline: React.FC;