import './style.styl'; declare const Toast: (msg: any, timer?: number) => void; export default Toast;