import * as i0 from "@angular/core";
export declare class GptIDGeneratorService {
    private generatedIDs;
    generateID(type?: string): string;
    gptIDGenerator(element: HTMLElement): string;
    isTaken(id: string): boolean;
    isUnique(id: string): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<GptIDGeneratorService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GptIDGeneratorService>;
}
