/// import { Autocomplete as AutocompletePrimitive } from '@base-ui/react/autocomplete'; export type CommandContentProps = AutocompletePrimitive.List.Props; export declare const CommandContent: { ({ ref, className, ...props }: import("@base-ui/react/autocomplete").AutocompleteListProps & { ref?: import("react").Ref | undefined; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; //# sourceMappingURL=command-content.d.ts.map