import React from 'react';
export interface WineBarProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    style?: any;
}
export declare const WineBar: React.FC<WineBarProps>;
//# sourceMappingURL=WineBar.native.d.ts.map