import type { DialogProps } from './types.ts';
declare const Dialog: import("svelte").Component<DialogProps, {}, "element" | "showPopover" | "hidePopover">;
type Dialog = ReturnType<typeof Dialog>;
export default Dialog;
