import * as React from "react"; declare const CommandItem: React.ForwardRefExoticComponent, "onSelect" | "disabled" | "value"> & { disabled?: boolean | undefined; onSelect?: ((value: string) => void) | undefined; value?: string | undefined; } & React.RefAttributes, "ref"> & React.RefAttributes>; export default CommandItem;