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