import { type UiOptionsRegistry, type UiSchemaRoot } from "@sjsf/form"; import type { RemoteForm } from "@sveltejs/kit"; export declare function createUiSchemaWithFormAttributes(remoteForm: RemoteForm, schema: UiSchemaRoot | undefined, uiOptionsRegistry: UiOptionsRegistry | undefined): UiSchemaRoot;