import { ThemeOptions } from '@mui/material'; declare const getEvaneosThemeOptions: (rootHtmlFontSize: number | undefined, fontFamily: string) => ThemeOptions; export { getEvaneosThemeOptions };