import * as React from "react"; import { ThemeOptions } from "./FocusRingTypes"; type FocusRingScopeProps = { containerRef: React.RefObject; children: React.ReactNode; themeOptions?: ThemeOptions; }; export default function FocusRingScope(props: FocusRingScopeProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=FocusRingScope.d.ts.map