export declare class ImageComponent { src: string; alt: string; width?: string; height?: string; imageCustomClass?: string; render(): any; }