import { ElementRef } from '@angular/core';
import { SmeResponsiveWindowManagerComponent } from '../common/sme-responsive-window-manager.component';
export declare class WizardResponsiveWindowManager extends SmeResponsiveWindowManagerComponent {
    /**
     * It determines whether the left panel from the wizard control is expanded based on window size.
     * On phone-down, when resizing the window, isExpanded will always be false.
     */
    isExpanded: boolean;
    /**
     * The wizard control classes on window size changed object.
     */
    private smeWizardFooterClassList;
    /**
     * Wizard component on window size changed event.
     * @param wizardFooter the footer for the wizard control.
     * @returns void
     */
    onWindowSizeChanged(wizardFooter: ElementRef): void;
    private updateParameters;
}
