import type { _PiResolvedCommonViewFieldConfig, KeyPath } from '@piying/view-core'; export interface PiyingFieldTemplateProps { field: _PiResolvedCommonViewFieldConfig; path?: KeyPath; } export declare function PiyingFieldTemplate(props: PiyingFieldTemplateProps): import("solid-js").JSX.Element;