import type { useAction } from '../../types/global';
export declare const keydown: (close: () => void) => (e: KeyboardEvent) => void;
export declare const modalInit: (modalNodeList: HTMLElement[], close: () => void) => useAction;
