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