import { EventEmitter } from '@angular/core'; import { GalleryMenuModalI } from '../../../../interfaces/core/gallery-menu-modal.interface'; import { GalleryMenuLink } from '../../gallery-menu/gallery-menu.component'; import * as i0 from "@angular/core"; export declare class GalleryMenuModalComponent implements GalleryMenuModalI { title: string; subtitle: string; links: GalleryMenuLink[]; activeLink?: GalleryMenuLink; linkClick: EventEmitter; private readonly dialogRef; linkClicked(link: GalleryMenuLink): void; closeModal(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }