import * as React from 'react'; import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu'; export type DropdownMenuContentProps = React.ComponentPropsWithoutRef & { widthFull?: boolean; }; export declare const DropdownMenuContent: React.ForwardRefExoticComponent, "ref"> & { widthFull?: boolean; } & React.RefAttributes>; //# sourceMappingURL=DropdownMenuContent.d.ts.map