import { JSX } from 'react'; import 'react-toastify/dist/ReactToastify.css'; /** * Component to populate Redux store with data retrieved from server components in layout * also contains ToastContainer for notifications */ export default function InitState({ admin, theme, }: { admin?: boolean; theme?: string; }): JSX.Element; //# sourceMappingURL=init-state.d.ts.map