import { ReactIconComponentType } from '../types';

declare const DeleteOutline: ReactIconComponentType;
export default DeleteOutline;
            