/// import { OAuthError } from './types'; export declare const getErrorMessage: (statusCode: number | OAuthError) => JSX.Element;