import { PropsWithChildren } from 'react'; /** * Provider responsible for setting the `currentUser` for front end `AgencyEmployee` * users in themes and should be included in each theme's `ThemeLayout` component. * * The `currentUser` state is initialised via [InitUser](https://developer.v4.homeflow.co.uk/functions/API_Reference_Components_(Client).InitUser.html), * which is included in each theme's root `layout.tsx`. */ export default function UserProvider({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=user-provider.d.ts.map