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