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