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