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