import { WCUser } from './types'; /** * Higher-order component used to hydrate current user data. * * @param {Object} currentUser Current user object in the same format as the WP REST API returns. */ export declare const withCurrentUserHydration: (currentUser: WCUser) => (Inner: import("react").ComponentType>) => import("react").ComponentType>; //# sourceMappingURL=with-current-user-hydration.d.ts.map