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