import { ElementRef, TemplateRef } from '@angular/core'; import { BooleanInput } from '@angular/cdk/coercion'; import { SegmentedTabsComponent } from './segmented-tabs.component'; import * as i0 from "@angular/core"; export declare class SegmentedTabComponent { tabs: SegmentedTabsComponent; /** Whether the tab should be disabled */ get disabled(): boolean; set disabled(value: BooleanInput); private _disabled; label?: string; /** * auto generated id applied on the tab element */ id: string; _contentTemplate: TemplateRef | null; _button?: ElementRef; constructor(tabs: SegmentedTabsComponent); select(): void; /** * Whether this tab is currently selected */ isSelected(): boolean; getTabIndex(): "0" | "-1"; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }