import * as React from "react"; import { Command as CommandPrimitive } from "cmdk"; type GroupProps = React.ComponentPropsWithoutRef; declare const Group: ({ className, ...props }: GroupProps) => React.JSX.Element; export { Group, type GroupProps };