///
import { CommandDialogContent } from './command-dialog';
export declare const Command: {
({ value: providedValue, defaultValue, onValueChange, items, inline, open, autoHighlight, keepHighlight, className, children, ...props }: import("./command-root").CommandRootProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
} & {
Input: {
({ ref, leadingIcon, autoFocus, size, placeholder, ...props }: import("./command-input").CommandInputProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
Content: {
({ ref, className, ...props }: import("@base-ui/react").AutocompleteListProps & {
ref?: import("react").Ref | undefined;
}): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
Item: {
({ className, children, value: providedValue, leadingIcon, trailingIcon, disabled, ...props }: import("./command-item").CommandItemProps): import("react/jsx-runtime").JSX.Element | null;
displayName: string;
};
Empty: {
({ ref, className, ...props }: import("./command-empty").CommandEmptyProps & {
ref?: import("react").Ref | undefined;
}): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
Group: {
({ className, children, ...props }: import("@base-ui/react").AutocompleteGroupProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
Label: {
({ className, ...props }: import("@base-ui/react").AutocompleteGroupLabelProps): import("react/jsx-runtime").JSX.Element | null;
displayName: string;
};
Separator: {
({ className, ...props }: import("@base-ui/react").SeparatorProps): import("react/jsx-runtime").JSX.Element | null;
displayName: string;
};
Dialog: {
(props: import("@base-ui/react").DialogRoot.Props): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
DialogTrigger: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>;
DialogContent: typeof CommandDialogContent;
};
//# sourceMappingURL=command.d.ts.map