export declare class IdGeneratorService {
    constructor();
    createId(element: any, name: any): string;
    clearId(): void;
}
