import { type UiSchema, type Config, type Translate } from "../../form/index.js"; type $$ComponentProps = { parent: Config; property: string; uiSchema: UiSchema; translate: Translate; }; declare const ObjectKeyInput: import("svelte").Component<$$ComponentProps, {}, "">; type ObjectKeyInput = ReturnType; export default ObjectKeyInput;