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