import { OnInit, TemplateRef } from '@angular/core';
import { WizardComponent } from './wizard.component';
import { WizardService } from './wizard.service';
import * as i0 from "@angular/core";
export declare class WizardBodyComponent implements OnInit {
    private wizard;
    private wizardService;
    bodyContent: TemplateRef<any>;
    constructor(wizard: WizardComponent, wizardService: WizardService);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<WizardBodyComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<WizardBodyComponent, "c8y-wizard-body", never, {}, {}, never, ["*"], false, never>;
}
//# sourceMappingURL=wizard-body.component.d.ts.map