import { TypographyVariantsOptions } from '@mui/material/styles'; /** * Typography configuration mapping our type tokens to MUI's variant system. * The system-native sans-serif stack is the primary font for all variants. * * @see https://mui.com/material-ui/react-typography/ */ export declare const typography: TypographyVariantsOptions;