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