import type { ThemeOptions } from '@mui/material'; /** Shared MUI component style overrides for base XYO themes. */ export declare const components: ThemeOptions['components']; /** Shared typography scale using the primary XYO font family. */ export declare const typography: ThemeOptions['typography']; /** Base MUI theme options shared by web and app themes. */ export declare const themeOptions: ThemeOptions; //# sourceMappingURL=themeOptions.d.ts.map