import Typography from './typography'; import { TypographyProps, TitleProps, TextProps, ParagraphProps } from './types'; declare const WithSubTypography: typeof Typography & { Text: import("../config-provider/types").ConfiguredComponentClass; Paragraph: import("../config-provider/types").ConfiguredComponentClass; H1: import("../config-provider/types").ConfiguredComponentClass; H2: import("../config-provider/types").ConfiguredComponentClass; H3: import("../config-provider/types").ConfiguredComponentClass; H4: import("../config-provider/types").ConfiguredComponentClass; H5: import("../config-provider/types").ConfiguredComponentClass; H6: import("../config-provider/types").ConfiguredComponentClass; }; export type { TypographyProps, TitleProps, TextProps, ParagraphProps }; export default WithSubTypography;