export function CommandPalette({ items, hotkey, onSelect }: { items?: any[]; hotkey?: string; onSelect: any; }): any;