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