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