export declare enum UitpasClientCredentialsStatus { NotChecked = "NotChecked", NotConfigured = "NotConfigured", NoPermissions = "NoPermissions", MissingPermissions = "MissingPermissions", Ok = "OK" } export declare class UitpasClientCredentialsStatusHelper { static getName(status: UitpasClientCredentialsStatus): string; static getColor(status: UitpasClientCredentialsStatus): "success" | "warning" | "info" | "error red"; static getIcon(status: UitpasClientCredentialsStatus): string; } //# sourceMappingURL=UitpasClientCredentialsStatus.d.ts.map