export declare type OnUpdateValue = (value: number | null) => void; export interface InputNumberInst { focus: () => void; blur: () => void; }