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