import { TypographyProps } from '@mui/material/Typography'; interface IProps extends TypographyProps { } export default function Text({ children, variant, ...props }: IProps): import("react/jsx-runtime").JSX.Element; export {};