/// import { type TypographyProps as TextProps } from '@mui/material/Typography'; declare function Text(props: TextProps): import("react").JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default;