import * as i0 from "@angular/core";
export declare class PghConfirmDialogPersistService {
    private localStorageFactory;
    persist(persistId: string): void;
    private static getKey;
    getPersistData(persistId: string): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<PghConfirmDialogPersistService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<PghConfirmDialogPersistService>;
}
