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