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