import { ExtendedToast } from './toast.type';
import { ScreenPosition } from '../../types';
interface ToastContainerProps {
    toasts: ExtendedToast[];
    removeToast: (id: string) => void;
    position: ScreenPosition;
}
export declare const ToastContainer: React.FC<ToastContainerProps>;
export {};
//# sourceMappingURL=ToastContainer.d.ts.map