export declare const ThemeDefaultProps: { color: string; fontSize: string; lineHeight: number; }; declare const muiTheme: import("@mui/material/styles").Theme; export default muiTheme;