import { PropsWithoutRef, ReactElement, RefAttributes } from 'react'; import { TypographyComponent, TypographyProps } from './Typography'; export type { TypographyAlign, TypographyColor, TypographyDisplay, } from '@mezzanine-ui/core/typography'; export type { TypographySemanticType } from '@mezzanine-ui/system/typography'; export type { TypographyComponent, TypographyProps }; type GenericTypography = (props: PropsWithoutRef> & RefAttributes) => ReactElement; declare const _default: GenericTypography; export default _default;