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