export declare const useTrapFocus: () => {
    trapFocus: () => void;
    freeFocus: () => void;
    trapFocusIn: (el: HTMLElement) => void;
};
