declare const Dialog: import("svelte").Component; type Dialog = ReturnType; export default Dialog;