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