export interface OAuthPageMessageBlock { title: string; subtitle: string; hint: string; } export interface OAuthPageStrings { html_lang: string; success: OAuthPageMessageBlock; error: OAuthPageMessageBlock; } export declare const CN_OAUTH_PAGE_STRINGS: OAuthPageStrings; export declare const FALLBACK_OAUTH_PAGE_STRINGS: OAuthPageStrings;