import type { SchemaValue } from "../../core/index.js"; import type { FieldCommonProps } from "../fields.js"; declare module "../components.js" { interface FoundationalComponents { remoteEnumField: {}; } interface ComponentProps { remoteEnumField: FieldCommonProps; } interface ComponentBindings { remoteEnumField: "value"; } }