import type { EventTypes } from '../../types'; export default function getActiveToolForKeyboardEvent(evt: EventTypes.KeyDownEventType): any;