import { t as Primitive } from "./primitive-elements-fih1b6xg.js"; import * as React$1 from "react"; //#region src/focus-scope/focus-scope.types.d.ts declare namespace IFocusScope { type PrimitiveDivProps = React$1.ComponentPropsWithoutRef; export interface IProps extends PrimitiveDivProps { loop?: boolean | undefined; trapped?: boolean | undefined; onMountAutoFocus?: ((event: Event) => void) | undefined; onUnmountAutoFocus?: ((event: Event) => void) | undefined; } export {}; } //#endregion export { IFocusScope as t };