import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class UnitSelectorComponent implements OnInit { value: number; min?: number; max?: number; step: number; valueChange: EventEmitter; disabledDecrement: boolean; disabledIncrement: boolean; constructor(); ngOnInit(): void; changeValue(value: number): void; isValidValue(value: number): boolean; validateButtons(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }