import type { ComponentType } from 'react'; import { ProfileItems } from './types'; export declare const withOnboardingHydration: (data: { profileItems: ProfileItems; }) => (Inner: ComponentType>) => ComponentType>; //# sourceMappingURL=with-onboarding-hydration.d.ts.map