import { type DropdownMenuHeadingProps } from './DropdownMenuHeading.types'; /** * The DropdownMenuHeading component. * It is used inside the DropdownMenu component to provide section headings. * This component is not focusable and serves as a visual separator and label. */ export declare function DropdownMenuHeading({ children, className, id }: DropdownMenuHeadingProps): import("react/jsx-runtime").JSX.Element;