import * as React from 'react';
/**
 *
 * Demos:
 *
 * - [Dashboard Layout](https://mui.com/toolpad/core/react-dashboard-layout/)
 *
 * API:
 *
 * - [ThemeSwitcher API](https://mui.com/toolpad/core/api/theme-switcher)
 */
declare function ThemeSwitcher(): React.JSX.Element | null;
export { ThemeSwitcher };