import { ContentImage } from 'itlab-functions'; export declare class ImageTemplate implements ContentImage { constructor(); src: string; alt: string; contain: boolean; background: string[]; maxHeight?: number; }