import { LucideIcon } from "lucide-react"; export type CommandButtonProps = { active?: boolean; description: string; icon: LucideIcon; onClick: () => void; title: string; }; export declare const CommandButton: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=CommandButton.d.ts.map