import { CustomStyle } from '../../../types/styles';
export declare class IntroPanel {
    readonly _elementRef?: HTMLElement;
    private _isDisplayed;
    constructor(childElement?: HTMLElement, introPanelMarkUp?: string, introPanelStyle?: CustomStyle);
    private static createIntroPanel;
    private createIntroPanelWithChild;
    private createInternalIntroPanel;
    hide(): void;
    display(): void;
}
//# sourceMappingURL=introPanel.d.ts.map