import { default as React } from 'react';

interface SSOPendingProps {
    logo: React.ReactNode;
    cancelSSO: () => void;
}
export declare const SSOPendingComponent: ({ logo, cancelSSO }: SSOPendingProps) => React.JSX.Element;
export {};
