import type { SamlUserAttributes } from '../types/samlUserAttributes';
export declare function getSamlConnectionTestSuccessView(attributes: SamlUserAttributes): string;
