export declare class RTabPanel { /** Defines if the `panel` is hidden */ active: boolean; /** Id of the 'tab' connected to this `panel` */ tabId?: string; render(): any; }