import * as React from 'react';
export interface DelProps {
    children: React.ReactNode;
}
export declare const Del: React.FC<DelProps>;
