import React from 'react'; import { Command as CommandPrimitive } from 'cmdk'; export interface CommandItemProps extends React.ComponentPropsWithoutRef { } /** * CommandItem Component * * An individual selectable item in the command palette. * Highlights on hover and keyboard selection. * * @public */ export declare const CommandItem: React.ForwardRefExoticComponent>; //# sourceMappingURL=CommandItem.d.ts.map