export declare class TabPanel { componentId: string; host: HTMLSlTabPanelElement; name: string; active: boolean; render(): any; }