import ToastBoard from "./ToastBoard.svelte"; import type Toast from "./Toast"; export type { Toast }; export default ToastBoard;