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