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