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