import { ToastWrapperProps } from './toaster.types'; export declare const ToastWrapper: (props: ToastWrapperProps) => JSX.Element;