import { OnInit } from '@angular/core'; import { InputMetadata } from '../../types'; import * as i0 from "@angular/core"; export declare class NumberInputComponent implements OnInit { /** * Input configuration object. * @type {InputMetadata} * @property control - The Angular FormControl for the input. * @property placeholder - The placeholder text. */ props: InputMetadata; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }