import { UISpec } from '../../types'; interface FormProps { schema: UISpec; pathParts: string[]; renderPath: string; } declare const EntityForm: ({ schema, pathParts, renderPath }: FormProps) => import("react/jsx-runtime").JSX.Element; export default EntityForm; //# sourceMappingURL=Form.d.ts.map