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 WizardFooterComponent implements OnInit {
    private wizard;
    private wizardService;
    footerContent: TemplateRef<any>;
    constructor(wizard: WizardComponent, wizardService: WizardService);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<WizardFooterComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<WizardFooterComponent, "c8y-wizard-footer", never, {}, {}, never, ["*"], false, never>;
}
//# sourceMappingURL=wizard-footer.component.d.ts.map