declare const _default: { close: () => void; toast: (msg: string, durationSeconds?: number) => void; }; export default _default;