/** * Focus trap hook for modals and dialogs * Keeps focus within the modal when tab navigating */ export declare function useFocusTrap(isActive: boolean): import('react').RefObject;