export declare class IntroPanel {
    readonly _elementRef: HTMLElement;
    private _isDisplayed;
    constructor(childElement: HTMLElement);
    private static createIntroPanel;
    private createIntroPanelWithChild;
    hide(): void;
    display(): void;
}
//# sourceMappingURL=introPanel.d.ts.map