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