import React from 'react'; import { Command as CommandPrimitive } from 'cmdk'; export interface CommandGroupProps extends React.ComponentPropsWithoutRef { } /** * CommandGroup Component * * Groups command items with an optional heading. * * @public */ export declare const CommandGroup: React.ForwardRefExoticComponent>; //# sourceMappingURL=CommandGroup.d.ts.map