import { type WithElementRef } from "../../../utils.js"; import type { HTMLAttributes } from "svelte/elements"; type $$ComponentProps = WithElementRef> & { showCloseButton?: boolean; }; declare const DialogFooter: import("svelte").Component<$$ComponentProps, {}, "ref">; type DialogFooter = ReturnType; export default DialogFooter;