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