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