import { OnInit } from '@angular/core'; export declare class NumberOptionsComponent implements OnInit { minValue: number; maxValue: number; constructor(); ngOnInit(): void; }