import type * as React from 'react'; export interface SsoAuthShellProps { /** Centered card content (OpenFrame SSO login / sign-up form). */ children: React.ReactNode; className?: string; } /** * Centered single-column layout for the OpenFrame SSO (IdP) screens: logo on top, * the form card centered, "Powered by Flamingo" at the bottom. No marketing panel. */ export declare function SsoAuthShell({ children, className }: SsoAuthShellProps): React.JSX.Element; //# sourceMappingURL=sso-auth-shell.d.ts.map