import type { SchemaContextState } from './State.js'; /** Hook that returns the active schema selection state from context. */ export declare const useSchema: (required?: boolean) => Omit<{ schema?: string; schemaList?: string[]; setSchema?: import("react").Dispatch; setSchemaList?: import("react").Dispatch; } & { provided: true; }, "provided"> | Omit, "provided">; //# sourceMappingURL=use.d.ts.map