import { GalleryComponent } from './gallery.component'; export declare class GalleryThumbnailsComponent { galleryTitle: string; target: GalleryComponent; constructor(parent: GalleryComponent); }