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