import type React from "react"; import { Command as ShadcnCommand, CommandDialog as ShadcnCommandDialog, CommandInput as ShadcnCommandInput, CommandList as ShadcnCommandList, CommandEmpty as ShadcnCommandEmpty, CommandGroup as ShadcnCommandGroup, CommandItem as ShadcnCommandItem, CommandShortcut as ShadcnCommandShortcut, CommandSeparator as ShadcnCommandSeparator } from "src/shadcn/components/command"; declare const Command: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const CommandDialog: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const CommandInput: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const CommandList: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const CommandEmpty: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const CommandGroup: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const CommandItem: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const CommandShortcut: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const CommandSeparator: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; export { Command, CommandDialog, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandShortcut, CommandSeparator, };