import { default as React } from 'react'; import { VerificationService } from '../../lib/types/types'; import { ThirdPartyLoopProvider } from '../../lib/types/runtimeTypes'; import { SingleSignOnMessages } from '../SingleSignOnComponent'; interface StepThirdPartyLoopProps { verificationService: VerificationService; } export declare const thirdPartyLoopMessageMap: { [key in ThirdPartyLoopProvider]: SingleSignOnMessages; }; export declare const ThirdPartyLoopError: ({ logo }: { logo: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; declare const StepThirdPartyLoopComponent: ({ verificationService }: StepThirdPartyLoopProps) => import("react/jsx-runtime").JSX.Element; export { StepThirdPartyLoopComponent };