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