export declare const layoutImage: { CreateElement: ({ image, showCaption, }: { image: HTMLImageElement | HTMLElement | string; showCaption?: boolean; }) => HTMLDivElement; Styles: string; Elements: { container: string; }; }; //# sourceMappingURL=image.d.ts.map