import { INumericFormControl } from '../../form-control'; interface ISpinnerComponent extends INumericFormControl { } export { ISpinnerComponent };