import { PushNotificationConfig } from '../../hooks/usePushNotifications'; import { ErrorProps } from 'ra-ui-materialui'; type ILayoutProps = React.PropsWithChildren<{ name: string; version: string; copy?: string; error?: React.ComponentType; enableThemeToggler: boolean; enableNotification: boolean; enableLocaleSwitcher: boolean; pushNotifications?: PushNotificationConfig; }>; declare const Layout: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; export type { ILayoutProps }; export { Layout }; //# sourceMappingURL=Layout.d.ts.map