import React from "react";
import type { OAuth2LogoutScreenThemeProps } from "../../../types";
export declare const OAuth2LogoutScreenTheme: React.FC<OAuth2LogoutScreenThemeProps>;
