export declare type OnUpdateValue = (value: string & number) => void; export declare type OnUpdateValueImpl = (value: string | number) => void;