/// <reference types="react" />
/**
 * Provider for adding roving tab index behaviors to tree grid structures.
 *
 * @see https://github.com/WordPress/gutenberg/blob/HEAD/packages/components/src/tree-grid/README.md
 */
export default function RovingTabIndex({ children, }: {
    children: React.ReactNode;
}): JSX.Element;
//# sourceMappingURL=roving-tab-index.d.ts.map