import type { LazyActivityComponentType } from "./LazyActivityComponentType"; import type { StaticActivityComponentType } from "./BaseStaticActivityComponentType"; export declare function lazy(load: () => Promise<{ default: StaticActivityComponentType; }>): LazyActivityComponentType; //# sourceMappingURL=lazy.d.ts.map