import { ElementType } from 'react'; import type { DialogDescriptionProps } from './types'; /** * Dialog description component that provides additional context for the dialog. * Automatically associates with the dialog via aria-describedby. */ export declare const DialogDescription: { ({ as, ref, children, ...props }: DialogDescriptionProps): import("react/jsx-runtime").JSX.Element; displayName: string; };