///
import { PopoverProps } from './types';
/**
* Wraps content with LayersManager making sure all the inner popovers are hosted inside the current popover.
*/
export declare const useContent: ({ content }: {
content: PopoverProps['content'];
}) => {
setContentHost: import("react").Dispatch>;
wrappedContent: import("react/jsx-runtime").JSX.Element;
};
declare type UseFocusLockParams = Pick;
export declare const useFocusLock: ({ focusLock, returnFocus }: UseFocusLockParams) => UseFocusLockParams;
export {};