export declare const TypographyBase: import("@emotion/styled").StyledComponent & import("../types/slot").SlotCommonProps & { variant?: import("./Typography.types").TypographyVariant | "inherit"; variantMapping?: import("./Typography.types").VariantMapping; noWrap?: boolean; gutterBottom?: boolean; sx?: import("../styles").SxProps; } & Omit, HTMLSpanElement>, "ref"> & { ref?: React.Ref; }, keyof import("../types/slot").SlotCommonProps | "variant" | "noWrap" | "gutterBottom" | "variantMapping">, React.DetailedHTMLProps, HTMLSpanElement>, {}>;