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