/// import type * as ParserTypes from '../../../../libs/fspropertybinding'; import type { ExtractPropertyNames } from '../../../../libs/standard-types'; import type { WithPropertyBinding } from './merge-props.types'; export declare type WithDataNumberProps> = WithPropertyBinding; export declare const makeWithDataNumber: (Parser: typeof ParserTypes) => >(...fields: KeyType_1[]) => (Component: import("react").ComponentType) => import("react").FC>;