export type HotkeyTriggerProps = { onKey: string; }; export declare function HotkeyTrigger({ onKey }: HotkeyTriggerProps): null;