import { type TypographyOptions } from '@mui/material/styles/createTypography'; import { type DirectionMode } from '../types/index.js'; export declare const typography: (dir?: DirectionMode) => TypographyOptions;