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