import type { ElementType } from 'react'; import type { DropdownMenuLabelProps } from './types'; /** * A non-interactive label used to describe a group of menu items. */ export declare const DropdownMenuLabel: { ({ as, ...props }: DropdownMenuLabelProps): import("react/jsx-runtime").JSX.Element; displayName: string; };