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