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