import { NgDocTypeControl } from '@ng-doc/app/interfaces'; import { DIControl } from 'di-controls'; import * as i0 from '@angular/core'; declare class NgDocNumberControlComponent extends DIControl implements NgDocTypeControl { default?: number; constructor(); changeModel(value: number | null): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { NgDocNumberControlComponent };