import "./Toast.scss";
import React from "react";
export interface ToastProps {
    message: string;
    duration: number;
    onClose: () => void;
}
export declare const ToastContainer: ({ toasts, handleToastClose }: {
    toasts: any;
    handleToastClose: any;
}) => React.JSX.Element;
//# sourceMappingURL=ToastContainer.d.ts.map