export type { TypographyVariant, TypographyVariantOptions, /** * @deprecated Weight options are fixed; kept for backwards compatibility. */ TypographyVariantWeightsOptions } from '../_internal/typography'; export { aProps, default as NA } from './src/a'; export type { AProps } from './src/a'; export { blockquoteProps, default as UBlockquote } from './src/blockquote'; export type { BlockquoteProps } from './src/blockquote'; export { headerProps as h1Props, headerProps as h2Props, headerProps as h3Props, headerProps as h4Props, headerProps as h5Props, headerProps as h6Props } from './src/create-header'; export type { HeaderProps as H1Props } from './src/create-header'; export type { HeaderProps as H2Props } from './src/create-header'; export type { HeaderProps as H3Props } from './src/create-header'; export type { HeaderProps as H4Props } from './src/create-header'; export type { HeaderProps as H5Props } from './src/create-header'; export type { HeaderProps as H6Props } from './src/create-header'; export { UH1, UH2, UH3, UH4, UH5, UH6 } from './src/headers'; export { default as UHr } from './src/hr'; export { default as ULi } from './src/li'; export { olProps, default as UOl } from './src/ol'; export type { OlProps } from './src/ol'; export { default as NP, pProps } from './src/p'; export type { PProps } from './src/p'; export { textProps, default as UText } from './src/text'; export type { TextProps } from './src/text'; export { ulProps, default as UUl } from './src/ul'; export type { UlProps } from './src/ul';