/// <reference types="react" />
export declare const OAuth2LogoutScreenInner: import("react").ComponentType<{
    isLoggingOut: boolean;
    onLogoutClicked: () => void;
}>;
