export declare const useKeyboardEventListener: (key: string, ctrl: boolean, fn: (e?: KeyboardEvent) => void, preventDefault?: boolean) => void;
