import { OnInit } from '@angular/core';
import { Route, Routes } from '@angular/router';
import { ActivatedRoute } from '@angular/router';
import * as i0 from "@angular/core";
interface DialogData {
    routes?: Routes;
}
export declare class MobileDialogComponent implements OnInit {
    data: DialogData;
    private activeRouter;
    constructor(data: DialogData, activeRouter: ActivatedRoute);
    routes?: Routes;
    ngOnInit(): void;
    handleExpandClick(contentClass: string | undefined): void;
    handleFocus(contentClass: string | undefined): void;
    routeHasActiveChild(route: Route): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<MobileDialogComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<MobileDialogComponent, "lib-mobile-dialog", never, {}, {}, never, never, false, never>;
}
export {};
