import * as i0 from '@angular/core'; import { ElementRef } from '@angular/core'; import * as i3 from '@angular/forms'; import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms'; import * as i4 from '@obliczeniowo/elementary/numeric-pipes'; import { LimitsPipe } from '@obliczeniowo/elementary/numeric-pipes'; import * as i2 from '@angular/common'; declare class MinMaxInputComponent implements ControlValueAccessor, Validator { protected limits: LimitsPipe; label?: string; min: i0.ModelSignal; max: i0.ModelSignal; value: i0.ModelSignal; precision: i0.InputSignalWithTransform; appearance: 'outlined' | 'none'; valueFormatter: (value: number, precision: number) => string | number; disabled: boolean; get invalid(): boolean; valueContainer: ElementRef; mouseValue: number; mouseIn?: boolean; constructor(limits: LimitsPipe); get valueWidth(): string; mouseMove(mouseEvent: any): void; setValue(value: number): void; onChange: (value: { value: number; min: number; max: number; }) => void; onTouched: () => void; protected abstractControl: AbstractControl | undefined; validate(control: AbstractControl): ValidationErrors | null; registerOnValidatorChange(fn: () => void): void; writeValue(value: { value: number; min: number; max: number; }): void; registerOnChange(onChange: any): void; registerOnTouched(onTouched: any): void; setDisabledState(disabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class MinMaxInputModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { MinMaxInputComponent, MinMaxInputModule };