/// import { Dialog as DialogPrimitive } from '@base-ui/react/dialog'; export declare const CommandDialog: { (props: DialogPrimitive.Root.Props): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const CommandDialogTrigger: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; export interface CommandDialogContentProps extends DialogPrimitive.Popup.Props { width?: string | number; } export declare function CommandDialogContent({ className, children, width, style, ...props }: CommandDialogContentProps): import("react/jsx-runtime").JSX.Element; export declare namespace CommandDialogContent { var displayName: string; } //# sourceMappingURL=command-dialog.d.ts.map