///
import * as T from "../../headless/form/type";
/**
*
* @param UI
* @param acceptNumericValue // by default accept decimal values, this function here can be replaced with amything
* @returns
*/
export declare const InputNumberGeneric: (UI: (props: T.InputProps) => JSX.Element, acceptNumericValue?: (v: string) => boolean) => (p: T.InputProps) => JSX.Element;