import { ToolBtnType } from '../../../../types/ToolBtnType'; export declare function useKeyboardEvents(actions: (action: ToolBtnType) => void): { shortKeySwitch: (val: boolean) => void; scrollHandler: (e: Event) => void; };