import type { ValuesOf } from '../../Types/ValuesOf'; /** * `HyperlinkUnderline` - The `HyperlinkUnderline` object is used to describe the different types of hyperlink underlines. * * @public */ export declare const HyperlinkUnderline: { readonly Hover: "hover"; readonly Never: "never"; readonly Always: "always"; }; /** * @public */ export type HyperlinkUnderline = ValuesOf; //# sourceMappingURL=HyperlinkUnderline.d.ts.map