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