import React from 'react'; import { Command as CommandPrimitive } from 'cmdk'; export interface CommandProps extends React.ComponentPropsWithoutRef { } /** * Command Component * * A command palette / search interface built on cmdk. * Can be used standalone or inside a CommandDialog for a Cmd+K palette. * * @public * * @example * ```tsx * * * * No results found. * * Calendar * * * * ``` */ export declare const Command: React.ForwardRefExoticComponent>; export default Command; //# sourceMappingURL=Command.d.ts.map