import React from 'react';
import type { Props } from './types';
import './index.scss';
declare const DeleteMany: React.FC<Props>;
export default DeleteMany;
//# sourceMappingURL=index.d.ts.map