import { ChangeDetectorRef } from '@angular/core';
import { UntypedFormControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class TdDynamicSliderComponent {
    private _changeDetectorRef;
    control: UntypedFormControl;
    label: string;
    required: boolean;
    name: string;
    hint: string;
    min?: number;
    max?: number;
    constructor(_changeDetectorRef: ChangeDetectorRef);
    _handleBlur(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TdDynamicSliderComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TdDynamicSliderComponent, "td-dynamic-slider", never, {}, {}, never, never, true, never>;
}
