import { TypographyTypeMap } from "./TypographyProps"; import { InPropsOf } from "@suid/types"; type OwnerState = Pick, "classes" | "color" | "variant" | "align" | "noWrap" | "gutterBottom" | "paragraph">; export declare const TypographyRoot: import("@suid/system/createStyled").StyledComponent<"span", OwnerState>; /** * * Demos: * * - [Breadcrumbs](https://mui.com/components/breadcrumbs/) * - [Typography](https://mui.com/components/typography/) * * API: * * - [Typography API](https://mui.com/api/typography/) */ declare const Typography: import("@suid/types").OverridableComponent>; export default Typography; //# sourceMappingURL=Typography.d.ts.map