import { Command as Cmdk } from 'cmdk'; interface ICommandItemProps extends React.ComponentPropsWithoutRef { selected?: boolean; isStatic?: boolean; } export declare const CommandItem: import('react').ForwardRefExoticComponent>; export {};