/** * @public * A component that redirects to the page an user was trying to access before sign-in. */ export declare function CookieAuthRedirect(): import("react/jsx-runtime").JSX.Element | null;