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