export interface ISlickPhotoGalleryModel { photoUrl: string; title: string; } export declare class SlickPhotoGalleryModel implements ISlickPhotoGalleryModel { photoUrl: string; title: string; }