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