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