export declare class IdentityExternalMapping {
    title: string;
    value: string;
}
