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