import { Autocomplete as AutocompletePrimitive } from '@base-ui/react/autocomplete'; export type CommandGroupProps = AutocompletePrimitive.Group.Props; export declare const CommandGroup: { ({ className, children, ...props }: CommandGroupProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export type CommandLabelProps = AutocompletePrimitive.GroupLabel.Props; export declare const CommandLabel: { ({ className, ...props }: CommandLabelProps): import("react/jsx-runtime").JSX.Element | null; displayName: string; }; export type CommandSeparatorProps = AutocompletePrimitive.Separator.Props; export declare const CommandSeparator: { ({ className, ...props }: CommandSeparatorProps): import("react/jsx-runtime").JSX.Element | null; displayName: string; }; //# sourceMappingURL=command-misc.d.ts.map