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