import { PropsWithChildren } from 'react';
declare function ToastTitle({ children }: PropsWithChildren<object>): import("react/jsx-runtime").JSX.Element;
declare namespace ToastTitle {
    var displayName: string;
}
export { ToastTitle };
