export declare class TabComponentModel { /** * Component instance to add to the tab */ Component: any; /** * Component data */ Data?: any; /** * Tab label */ Label: string; constructor(opts: TabComponentModel); } //# sourceMappingURL=component-tab.model.d.ts.map