import * as react_jsx_runtime40 from "react/jsx-runtime"; //#region src/components/molecules/CommandPalette.d.ts interface CommandPaletteProps { open?: boolean; onOpenChange?: (open: boolean) => void; groups: { heading?: string; items: { id: string; label: string; shortcut?: string; onSelect?: () => void; }[]; }[]; placeholder?: string; kbd?: string; } declare function CommandPalette({ open, onOpenChange, groups, placeholder }: CommandPaletteProps): react_jsx_runtime40.JSX.Element; //#endregion export { CommandPalette }; //# sourceMappingURL=CommandPalette.d.ts.map