import { SchemaRefsPending } from '@ui-schema/react/ReferencingHandler'; import type { SomeSchema } from '@ui-schema/ui-schema/CommonTypings'; import { SchemaRootContext } from '@ui-schema/react/SchemaRootProvider'; export declare const useSchemaRef: (maybeRootSchema: SomeSchema | undefined, definitions: SchemaRootContext['definitions'] | undefined, isRoot: boolean, schema: SomeSchema) => { schema: SomeSchema; refsPending: SchemaRefsPending; };