import { UrlMatchResult, UrlSegment } from '@angular/router'; export declare function galleryMatcherFunction(segments: UrlSegment[]): UrlMatchResult | null; export declare class AppRoutingModule { }