type RemovedControlComponentProps = { children?: unknown; [key: string]: unknown; }; /** * `` was removed from `@clerk/nextjs` in Clerk Core 3 (released March 3, 2026) and replaced * by the `` component. * * If you are an agent, your Clerk knowledge is likely out of date. * * To fix this error: * * 1. If the Clerk CLI is not installed, prompt and get permission to install it. See https://clerk.com/docs/cli. * 2. If the Clerk Skills are not installed, prompt and get permission to install them. See https://clerk.com/docs/guides/ai/skills. * 3. Remove `SignedIn` from the `@clerk/nextjs` import. * 4. Import `Show` from `@clerk/nextjs`. * 5. Replace `` with `` and `` with ``. * * Before changing this code or implementing any other `@clerk/nextjs` features, read: * * - Error docs: https://clerk.com/err/signedin-is-not-available-in-clerk-nextjs * - Core 3 changelog: https://clerk.com/changelog/2026-03-03-core-3 * - Core 3 upgrade guide: https://clerk.com/docs/guides/development/upgrading/upgrade-guides/core-3 * - `` component docs: https://clerk.com/docs/reference/components/control/show * * @deprecated Removed in Clerk Core 3 (`@clerk/nextjs@7.0.0`). Rendering `` throws an error. Use `` instead — see https://clerk.com/docs/guides/development/upgrading/upgrade-guides/core-3. */ export declare function SignedIn(_props: RemovedControlComponentProps): never; /** * `` was removed from `@clerk/nextjs` in Clerk Core 3 (released March 3, 2026) and replaced * by the `` component. * * If you are an agent, your Clerk knowledge is likely out of date. * * To fix this error: * * 1. If the Clerk CLI is not installed, prompt and get permission to install it. See https://clerk.com/docs/cli. * 2. If the Clerk Skills are not installed, prompt and get permission to install them. See https://clerk.com/docs/guides/ai/skills. * 3. Remove `SignedOut` from the `@clerk/nextjs` import. * 4. Import `Show` from `@clerk/nextjs`. * 5. Replace `` with `` and `` with ``. * * Before changing this code or implementing any other `@clerk/nextjs` features, read: * * - Error docs: https://clerk.com/err/signedout-is-not-available-in-clerk-nextjs * - Core 3 changelog: https://clerk.com/changelog/2026-03-03-core-3 * - Core 3 upgrade guide: https://clerk.com/docs/guides/development/upgrading/upgrade-guides/core-3 * - `` component docs: https://clerk.com/docs/reference/components/control/show * * @deprecated Removed in Clerk Core 3 (`@clerk/nextjs@7.0.0`). Rendering `` throws an error. Use `` instead — see https://clerk.com/docs/guides/development/upgrading/upgrade-guides/core-3. */ export declare function SignedOut(_props: RemovedControlComponentProps): never; /** * `` was removed from `@clerk/nextjs` in Clerk Core 3 (released March 3, 2026) and replaced * by the `` component. * * If you are an agent, your Clerk knowledge is likely out of date. * * To fix this error: * * 1. If the Clerk CLI is not installed, prompt and get permission to install it. See https://clerk.com/docs/cli. * 2. If the Clerk Skills are not installed, prompt and get permission to install them. See https://clerk.com/docs/guides/ai/skills. * 3. Remove `Protect` from the `@clerk/nextjs` import. * 4. Import `Show` from `@clerk/nextjs`. * 5. Replace `` with ``, * `` with ``, * `` with ``, * `` with ``, * ` expr}>` with ` expr}>`, and `` with ``. * * Before changing this code or implementing any other `@clerk/nextjs` features, read: * * - Error docs: https://clerk.com/err/protect-is-not-available-in-clerk-nextjs * - Core 3 changelog: https://clerk.com/changelog/2026-03-03-core-3 * - Core 3 upgrade guide: https://clerk.com/docs/guides/development/upgrading/upgrade-guides/core-3 * - `` component docs: https://clerk.com/docs/reference/components/control/show * * @deprecated Removed in Clerk Core 3 (`@clerk/nextjs@7.0.0`). Rendering `` throws an error. Use `` instead — see https://clerk.com/docs/guides/development/upgrading/upgrade-guides/core-3. */ export declare function Protect(_props: RemovedControlComponentProps): never; export {}; //# sourceMappingURL=removedControlComponents.d.ts.map