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