import * as i0 from "@angular/core"; export declare abstract class PrizmAbstractTestId { protected testIdPostfix?: string; get testId(): string; set testId(value: string); get generateMainTestId(): string; protected testId_: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }