/// import { ToasterProps } from './types'; export declare const Toaster: ({ toasts, removeToast, ...rest }: ToasterProps) => JSX.Element;