import { PwaInstallService } from '../_services/pwa-install.service';
import { MatBottomSheetRef } from "@angular/material/bottom-sheet";
import { BaseComponent } from "../base/base.component";
import * as i0 from "@angular/core";
export declare class PwaInstallComponent extends BaseComponent {
    private bottomSheetRef;
    private pwaInstallService;
    constructor(bottomSheetRef: MatBottomSheetRef<PwaInstallComponent>, pwaInstallService: PwaInstallService);
    doInstall(): void;
    ignoreInstall(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<PwaInstallComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PwaInstallComponent, "spaas-pwa-install", never, {}, {}, never, never, false, never>;
}
