import { type ToastProps as Props } from '.';
declare const Toast: import("svelte").Component<Props, {}, "toastStatus">;
type Toast = ReturnType<typeof Toast>;
export default Toast;
