import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const DeleteSweepIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default DeleteSweepIcon;
