/// import '../../styles/index.css'; import '../../styles/notify.css'; declare function Notify(message: NotifyOptions | string): Promise; declare namespace Notify { var clear: () => void; } export default Notify;