export interface ImageInterface { uri: string; height: number; width: number; resource_url: string[]; type: string[]; uri150: string; } export declare class Image implements ImageInterface { uri: string; height: number; width: number; resource_url: string[]; type: string[]; uri150: string; }