import { default as React } from 'react'; interface SSOPendingProps { logo: React.ReactNode; cancelSSO: () => void; } export declare const SSOPendingComponent: ({ logo, cancelSSO }: SSOPendingProps) => import("react/jsx-runtime").JSX.Element; export {};