declare const underlineProps: readonly ["none", "underline"]; export type UnderlineProps = (typeof underlineProps)[number]; export { underlineProps };