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