import type { DialogContent } from "./DialogContent.js"; export type Dialog = { identifier: string; width: number; height: number; title: Array; content: Array; footer: Array; }; //# sourceMappingURL=Dialog.d.ts.map