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