import { ElementRef } from '@angular/core'; import { CanDisable, MixinElementRefBase } from '@ngx-simple/core/common-behaviors'; declare const _TabLabelWrapperMixinBase: import("../../../dist/libs/core/common-behaviors/constructor").Constructor & typeof MixinElementRefBase; export declare class SimTabLabelWrapperDirective extends _TabLabelWrapperMixinBase implements CanDisable { elementRef: ElementRef; disabled: boolean; private _element; constructor(elementRef: ElementRef); /** 设置当前元素获取焦点 */ focus(): void; /** 获取当前元素的左偏移 */ getOffsetLeft(): number; /** 获取当前元素的宽度 */ getOffsetWidth(): number; } export {};