import * as React from "react"; declare const CommandInput: React.ForwardRefExoticComponent, "onChange" | "value" | "type"> & { value?: string | undefined; onValueChange?: ((search: string) => void) | undefined; } & React.RefAttributes, "ref"> & React.RefAttributes>; export default CommandInput;