import React from 'react'; import './Toast.scss'; import { ToasterProps } from './types'; declare const Toaster: React.FC; export default Toaster;