import { type Type } from '@angular/core'; import { type DefaultExport, type Route } from '@angular/router'; import { type TuiDialogOptions } from '@taiga-ui/core/portals/dialog'; export declare function tuiGenerateDialogableRoute(component: Type | (() => Promise> | Type>), { path, outlet, ...dialogOptions }?: Partial> & { path?: string; outlet?: string; }): Route;