import React from "react"; type ToastTitleProps = Omit, "children"> & { text: React.ReactNode; }; declare const ToastTitle: (({ text, className, ...props }: ToastTitleProps) => React.JSX.Element) & { original: ({ text, className, ...props }: ToastTitleProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: (({ text, className, ...props }: ToastTitleProps) => React.JSX.Element) & { original: ({ text, className, ...props }: ToastTitleProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<(({ text, className, ...props }: ToastTitleProps) => React.JSX.Element) & { original: ({ text, className, ...props }: ToastTitleProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; }; export { ToastTitle, type ToastTitleProps };