import type { FocusTrapConfig } from './types.js'; import { noop } from '../../helpers/callbacks.js'; export declare const useFocusTrap: (node: Node_1, config?: FocusTrapConfig) => { destroy: typeof noop; update: (config: FocusTrapConfig) => void; };