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