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