import * as React from 'react'; export declare const useFocusTrap: (inProps?: unknown) => import("@primereact/types/core").HeadlessInstance; firstHiddenElementRef: React.RefObject; lastHiddenElementRef: React.RefObject; firstHiddenProps: { role: "presentation"; 'aria-hidden': true; 'data-focus-guard': string; onFocus: (event: React.FocusEvent) => void; }; lastHiddenProps: { role: "presentation"; 'aria-hidden': true; 'data-focus-guard': string; onFocus: (event: React.FocusEvent) => void; }; }>;