/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import { ElementRef } from '@angular/core'; import { CanDisable } from '../core'; import * as i0 from "@angular/core"; /** @docs-private */ declare const _OuiTabLabelWrapperMixinBase: import("../core").CanDisableCtor & { new (): { elementRef: ElementRef; }; } & (new (...args: any[]) => import("./ink-bar").MatInkBarItem); /** * Used in the `oui-tab-group` view to display tab labels. * @docs-private */ export declare class ouiTabLabelWrapper extends _OuiTabLabelWrapperMixinBase implements CanDisable { elementRef: ElementRef; constructor(elementRef: ElementRef); /** Sets focus on the wrapper element */ focus(): void; getOffsetLeft(): number; getOffsetWidth(): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export {}; //# sourceMappingURL=tab-label-wrapper.d.ts.map