import type { FunctionType } from '../types'; import type { KpSchemaItemProps } from './Item'; export declare const InternalItemType = "_internal_create_item"; export declare const getPropertyFunction: >(obj: Record | undefined, type?: string | undefined) => T | undefined; export declare const mergerConfigInitialValue: (item: KpSchemaItemProps, valueFormat?: ((value: any, item: KpSchemaItemProps) => any) | undefined) => any;