import type { NeoDialogProps } from './neo-dialog.model.js';
declare const NeoDialog: import("svelte").Component<NeoDialogProps, {}, "ref" | "placement" | "open" | "returnValue" | "outside" | "modal" | "moved">;
type NeoDialog = ReturnType<typeof NeoDialog>;
export default NeoDialog;
