export interface ICfCoreGalleryImage { small?: string; medium?: string; big?: string; description?: string; } export declare class CfCoreGalleryImage implements ICfCoreGalleryImage { small?: string; medium?: string; big?: string; description?: string; constructor(obj: ICfCoreGalleryImage); }