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