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