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