import React from 'react'; export type FocusScopeProps = { children: React.ReactNode; contentRef: React.RefObject; triggerRef: React.RefObject; initialFocusRef?: React.RefObject; modal?: boolean; restoreFocus?: boolean; }; export declare function FocusScope({ children, contentRef, triggerRef, initialFocusRef, modal, restoreFocus, }: Readonly): React.JSX.Element; //# sourceMappingURL=FocusScope.d.ts.map