import { TypographyProps as MuiTypographyProps } from '@mui/material'; export type TypographyProps = MuiTypographyProps; export declare const Typography: (props: TypographyProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Typography.d.ts.map