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