export type ImageElement = { type: 'image'; imageUrl: string; altText: string; }; //# sourceMappingURL=ImageElement.d.ts.map