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