import React from 'react'; import { Command as CommandPrimitive } from 'cmdk'; export interface CommandInputProps extends React.ComponentPropsWithoutRef { } /** * CommandInput Component * * Search input for the command palette with a search icon. * * @public */ export declare const CommandInput: React.ForwardRefExoticComponent>; //# sourceMappingURL=CommandInput.d.ts.map