import { ILazyModule } from "./types/index.js";
export declare function LazyModule(module: ILazyModule, loader?: HTMLElement): HTMLElement;
