import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue'; declare const CircleIcon: FunctionalComponent; export default CircleIcon;