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