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