import { type ElementType } from 'react'; import { type ElementProps } from '../../../../../index'; export type DropdownMenuDescriptionProps = ElementProps; export declare function DropdownMenuDescription({ children, ...props }: DropdownMenuDescriptionProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Description.d.ts.map