import { ElementRef, OnInit, QueryList, TemplateRef } from '@angular/core'; import { TabComponent } from 'ngx-vant/tab'; import * as i0 from "@angular/core"; export declare type TabsType = 'line' | 'card'; export declare class TabsComponent implements OnInit { allTabs: QueryList; navRef: ElementRef; ellipsis: boolean; type: TabsType; color: string; background: string; animated: boolean; duration: string; border: boolean; scrollable: boolean; get swipeThreshold(): string | number; set swipeThreshold(value: string | number); private _swipeThreshold; get lineWidth(): string | number; set lineWidth(value: string | number); private _lineWidth; get lineHeight(): string | number; set lineHeight(value: string | number); private _lineHeight; lineLeft: string; currentIndex: number; constructor(); ngOnInit(): void; ngAfterContentInit(): void; currentChange(currentTarget: any, index: number, bool: boolean): void; scrollIntoView(offsetLeft: any, offsetWidth: any, immediate: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class TabBodyComponent { content: TemplateRef | null; active: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }