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