export { FocusRegion } from './FocusRegion.js'; export { FocusRegionManager } from './FocusRegionManager.js'; export { hasVisibleChildren } from './hasVisibleChildren.js'; export { KeyboardFocusRegion } from './KeyboardFocusRegion.js'; export { scopeTab } from './scopeTab.js'; export { ScreenReaderFocusRegion } from './ScreenReaderFocusRegion.js'; export type { FocusRegionOptions } from './FocusRegionOptions'; //# sourceMappingURL=index.d.ts.map