import * as React from "react"; import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu"; declare function DropdownMenu({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DropdownMenuPortal({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DropdownMenuTrigger({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DropdownMenuContent({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DropdownMenuGroup({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DropdownMenuItem({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DropdownMenuCheckboxItem({ checked, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DropdownMenuRadioGroup({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DropdownMenuRadioItem({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DropdownMenuLabel({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DropdownMenuSeparator({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DropdownMenuShortcut(props: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element; declare function DropdownMenuSub({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DropdownMenuSubTrigger({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DropdownMenuSubContent({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; export { DropdownMenu, DropdownMenuPortal, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuGroup, DropdownMenuLabel, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubTrigger, DropdownMenuSubContent, }; //# sourceMappingURL=dropdown-menu.d.ts.map