export declare class CbpTabPanel { private host; name: string; selected: boolean; sx: any; componentWillLoad(): void; render(): any; }