import { HotkeyItem } from '@flowind/hooks'; export declare function getHotkeysPayload(shortcuts: string | string[], onToggle: () => void): HotkeyItem[]; export declare function useSpotlightShortcuts(shortcuts: string | string[], onToggle: () => void, tagsToIgnore?: string[], triggerOnContentEditable?: boolean): void;