import { TemplateRef, ElementRef } from '@angular/core'; import { SliderHandle } from '../slider.common'; export declare class IgxThumbLabelComponent { private _elementRef; private _active; value: number; templateRef: TemplateRef; context: any; type: SliderHandle; continuous: boolean; deactiveState: boolean; readonly thumbFromClass: boolean; readonly thumbToClass: boolean; readonly thumbFromActiveClass: boolean; readonly thumbToActiveClass: boolean; constructor(_elementRef: ElementRef); readonly nativeElement: any; active: boolean; }