import { IRouteInstance } from "../types/index.js";
export declare function renderRoute(route: IRouteInstance): Promise<HTMLElement | undefined>;
