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