/** * Provides the fully-scoped row source inside table form iterators. * For example, an input rendered in the first row of source="components" receives "components.0". */ declare const ScopedSourceContext: import('react').Context; declare function useScopedSource(): string; export { ScopedSourceContext, useScopedSource }; //# sourceMappingURL=ScopedSourceContext.d.ts.map