export declare class Image { src: string; darkSrc: string; imageTitle: string; isDarkMode: boolean; componentWillLoad(): void; render(): any; }