/**
* The main component that renders single TabComponent
* instances.
*/
///
import { QueryList, AfterContentInit, OnInit } from '@angular/core';
import { TabDirective } from './tab.directive';
import { BlockComponent, Grid } from '@ngx-admin-panel/core';
export declare class TabsComponent extends BlockComponent implements AfterContentInit, OnInit {
tabs: QueryList;
tabStyle: ATabViewConfig;
tabCssStyle: ATabViewStyle;
childPositionConfig: import("@ngx-admin-panel/core").BlockPosition;
tabsPosition: string;
constructor();
ngOnInit(): void;
ngAfterContentInit(): void;
selectTab(tab: any): void;
setStyle(...[menuStyle, tabStyle]: Array