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