/// import { Schema } from '../types/schema.js'; declare const FieldUi: (props: Schema.FieldDefinition) => JSX.Element | null; export default FieldUi;