import type { Ref } from 'vue'; type Schema = Record; export declare const useSchemaProvider: (schema: Ref) => void; /** * find the sub schema by key and provide it as the parent schema for the children * @param subSchemaKey the key of the sub schema * @returns the sub schema or undefined */ export declare const useSubSchema: (subSchemaKey: string) => Readonly>; export {}; //# sourceMappingURL=useSchema.d.ts.map