import { EventEmitter } from '@angular/core';
import { Router } from '@angular/router';
export declare class NbRouteTabsetComponent {
    private router;
    fullWidthValue: boolean;
    tabs: any[];
    fullWidth: boolean;
    changeTab: EventEmitter<any>;
    constructor(router: Router);
    selectTab(tab: any): void;
}
