import { DialogProps } from '@radix-ui/react-dialog'; import * as React_2 from 'react'; export declare const Command: React_2.ForwardRefExoticComponent, HTMLDivElement>, "key" | keyof React_2.HTMLAttributes> & { ref?: React_2.Ref | undefined; } & { asChild?: boolean | undefined; }, "key" | keyof React_2.HTMLAttributes | "asChild"> & { label?: string | undefined; shouldFilter?: boolean | undefined; filter?: ((value: string, search: string, keywords?: string[] | undefined) => number) | undefined; defaultValue?: string | undefined; value?: string | undefined; onValueChange?: ((value: string) => void) | undefined; loop?: boolean | undefined; disablePointerSelection?: boolean | undefined; vimBindings?: boolean | undefined; } & React_2.RefAttributes, "ref"> & React_2.RefAttributes>; export declare const CommandDialog: ({ children, ...props }: DialogProps) => React_2.JSX.Element; export declare const CommandEmpty: React_2.ForwardRefExoticComponent, HTMLDivElement>, "key" | keyof React_2.HTMLAttributes> & { ref?: React_2.Ref | undefined; } & { asChild?: boolean | undefined; }, "key" | keyof React_2.HTMLAttributes | "asChild"> & React_2.RefAttributes, "ref"> & React_2.RefAttributes>; export declare const CommandGroup: React_2.ForwardRefExoticComponent, HTMLDivElement>, "key" | keyof React_2.HTMLAttributes> & { ref?: React_2.Ref | undefined; } & { asChild?: boolean | undefined; }, "key" | keyof React_2.HTMLAttributes | "asChild">, "heading" | "value"> & { heading?: React_2.ReactNode; value?: string | undefined; forceMount?: boolean | undefined; } & React_2.RefAttributes, "ref"> & React_2.RefAttributes>; export declare const CommandInput: React_2.ForwardRefExoticComponent, HTMLInputElement>, "key" | keyof React_2.InputHTMLAttributes> & { ref?: React_2.Ref | undefined; } & { asChild?: boolean | undefined; }, "key" | "asChild" | keyof React_2.InputHTMLAttributes>, "onChange" | "type" | "value"> & { value?: string | undefined; onValueChange?: ((search: string) => void) | undefined; } & React_2.RefAttributes, "ref"> & React_2.RefAttributes>; export declare const CommandItem: React_2.ForwardRefExoticComponent, HTMLDivElement>, "key" | keyof React_2.HTMLAttributes> & { ref?: React_2.Ref | undefined; } & { asChild?: boolean | undefined; }, "key" | keyof React_2.HTMLAttributes | "asChild">, "onSelect" | "disabled" | "value"> & { disabled?: boolean | undefined; onSelect?: ((value: string) => void) | undefined; value?: string | undefined; keywords?: string[] | undefined; forceMount?: boolean | undefined; } & React_2.RefAttributes, "ref"> & React_2.RefAttributes>; export declare const CommandList: React_2.ForwardRefExoticComponent, HTMLDivElement>, "key" | keyof React_2.HTMLAttributes> & { ref?: React_2.Ref | undefined; } & { asChild?: boolean | undefined; }, "key" | keyof React_2.HTMLAttributes | "asChild"> & { label?: string | undefined; } & React_2.RefAttributes, "ref"> & React_2.RefAttributes>; export declare const CommandSeparator: React_2.ForwardRefExoticComponent, HTMLDivElement>, "key" | keyof React_2.HTMLAttributes> & { ref?: React_2.Ref | undefined; } & { asChild?: boolean | undefined; }, "key" | keyof React_2.HTMLAttributes | "asChild"> & { alwaysRender?: boolean | undefined; } & React_2.RefAttributes, "ref"> & React_2.RefAttributes>; export declare const CommandShortcut: { ({ className, ...props }: React_2.HTMLAttributes): React_2.JSX.Element; displayName: string; }; export { }