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