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