import { PostOnboardingHubState } from "@ledgerhq/types-live"; /** * @returns an object representing the state that should be rendered on the post * onboarding hub screen. * * This takes feature flagging into account so the logic is * resistant to flags getting enabled/disabled over time (for a given disabled * feature flag, the actions pointing to it will be excluded). * */ export declare function usePostOnboardingHubState(): PostOnboardingHubState; //# sourceMappingURL=usePostOnboardingHubState.d.ts.map