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