import type { PropsWithChildren } from 'react'; import React from 'react'; import type { SchemaProviderProps } from './Props.js'; /** In-memory provider for schema selection, optionally seeded from schema stats. */ export declare const SchemaMemoryProvider: React.FC>; //# sourceMappingURL=Memory.d.ts.map