import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class GlComponentNavigationTabSimpleComponent { tabActive: boolean; showSeparator: boolean; tabSequence: number; tabDescription: string; tabIsTheFirst: boolean; tabIsTheLast: boolean; tabEnabled: boolean; safariStyle: boolean; srcIcon: string; showIcon: boolean; activate$: EventEmitter; constructor(); activate(sequence: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }