import { WizardLiteComponent } from './wizard-lite.component';
import * as i0 from "@angular/core";
/**
 * The wizard lite service that mainly handles the wizard button with the pivot relationship from internal shell.
 */
export declare class WizardLiteService {
    refreshComponents(wizardLiteComponent: WizardLiteComponent): void;
    /**
     * It refreshes the internal object for the footer component.
     * @param wizardLiteComponent the wizard lite component.
     */
    refreshFooterComponent(wizardLiteComponent: WizardLiteComponent): void;
    /**
     * It refreshes the internal object for the content component.
     * @param wizardLiteComponent the wizard lite component.
     */
    refreshContentComponents(wizardLiteComponent: WizardLiteComponent): void;
    /**
     * It sets up the interaction between the pivot component and the footer space wizard button from internal shell.
     * @param wizardLiteComponent the wizard lite component.
     */
    setupEmitterSubscriptions(wizardLiteComponent: WizardLiteComponent): void;
    /**
     * It checks whether the component has been active.
     * @param wizardLiteComponent the wizard lite component.
     */
    checkActive(wizardLiteComponent: WizardLiteComponent): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<WizardLiteService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<WizardLiteService>;
}
