import type { ModalView } from './types';
declare const Modal: import("svelte").Component<ModalView, {}, "open">;
type Modal = ReturnType<typeof Modal>;
export default Modal;
