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