import { BaseResource } from '../../../pages/types'; import { GetNestedValue, NestedKeyOf } from '../../../types'; import type { ElementKeyAdapterProps, INTERNAL_ElementKeyAdapterProps } from './types/key'; export declare const ElementKeyAdapter: , V extends GetNestedValue>(props: ElementKeyAdapterProps) => JSX.Element; /** * key指定形式からElementのPropsの一部を生成する */ export declare const INTERNAL_ElementKeyAdapter: , V extends GetNestedValue, FV = never>({ children, fieldKey, onChange: onChangeProps, onFieldChange, resource, updateEditingResource, errorFields, }: INTERNAL_ElementKeyAdapterProps) => JSX.Element;