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