import React from 'react'; interface CommandPaletteProps { query: string; onSelect: (command: string) => void; onClose: () => void; provider?: string; } export declare const CommandPalette: React.FC; export {}; //# sourceMappingURL=CommandPalette.d.ts.map