import type { DialogProps } from './index.js'; declare const Dialog: import("svelte").Component; type Dialog = ReturnType; export default Dialog;