import type { HTMLDialogAttributes } from 'svelte/elements';
import type { TRoot } from '../root/createRoot.svelte.js';
interface Props extends HTMLDialogAttributes {
root?: TRoot;
}
declare const ModalPopup: import("svelte").Component;
type ModalPopup = ReturnType;
export default ModalPopup;