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