/** * accepted string when updating the value of an numeric input * @param b * @returns */ export declare const acceptNumericValue: (b: string) => boolean;