import { CdkStep } from '@angular/cdk/stepper';
import { AlertService, AppStateService, C8yStepper, SetupComponent } from '@c8y/ngx-components';
import { CockpitSetupStep } from './cockpit-setup-step';
import { ApplicationService } from '@c8y/client';
import { CockpitConfigService } from '../cockpit-config.service';
import * as i0 from "@angular/core";
export declare class CockpitSetupStep3Component extends CockpitSetupStep {
    stepper: C8yStepper;
    protected step: CdkStep;
    protected setup: SetupComponent;
    protected appState: AppStateService;
    protected alert: AlertService;
    protected appService: ApplicationService;
    protected cockpitConfigService: CockpitConfigService;
    constructor(stepper: C8yStepper, step: CdkStep, setup: SetupComponent, appState: AppStateService, alert: AlertService, appService: ApplicationService, cockpitConfigService: CockpitConfigService);
    static ɵfac: i0.ɵɵFactoryDeclaration<CockpitSetupStep3Component, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CockpitSetupStep3Component, "c8y-cockpit-setup-step3", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=cockpit-setup-step3.component.d.ts.map