import { ControlContainer } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class UserDataMappingComponent {
    private controlContainer;
    templateModel: any;
    CLAIM_NAMES: "Token claims can be checked in Audit Logs under Single sign-on type.";
    RETRIVE_FROM_ACCESS_TOKEN: "Retrieve from Access token";
    RETRIVE_FROM_ID_TOKEN: "Retrieve from ID token";
    constructor(controlContainer: ControlContainer);
    ngAfterContentInit(): void;
    get useIdToken(): any;
    setUseIdToken(useIdToken: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<UserDataMappingComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<UserDataMappingComponent, "c8y-sso-user-data-mapping", never, { "templateModel": { "alias": "templateModel"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=user-data-mapping.component.d.ts.map