/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { TabStripTabComponent } from '../models/tabstrip-tab.component'; import { EventEmitter } from '@angular/core'; import { LocalizationService } from '@progress/kendo-angular-l10n'; import { TabCloseEvent } from '../events/tabclose-event'; import { SVGIcon } from '@progress/kendo-svg-icons'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class TabComponent { localization: LocalizationService; tab: TabStripTabComponent; index: number; tabStripClosable: boolean; tabStripCloseIcon: string; customTabstripCloseIcon: string; closeSVGIcon: SVGIcon; tabClose: EventEmitter; hostClasses: boolean; get activeClass(): boolean; get disabledClass(): boolean; get focusedClass(): boolean; get tabIndex(): number; constructor(localization: LocalizationService); get tabClosable(): boolean; get closeSVGIconClass(): SVGIcon; get closeIconClasses(): string; get customCloseIconClasses(): string; get closeButtonTitle(): string; closeTab(index: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }