import { ElementType } from 'react'; import type { ToastDescriptionProps } from './types'; export declare const ToastDescription: { ({ as, children, ref, ...props }: ToastDescriptionProps): import("react/jsx-runtime").JSX.Element; displayName: string; };