import ComponentHook from '../../component_hook.js'; export declare class SupportLazyLoading extends ComponentHook { static disableWhileTesting: boolean; static disableForTesting(): void; mount(params: any): Promise; hydrate(memo: any): Promise; dehydrate(context: any): Promise; generatePlaceholderHtml(params: any, isDeferred?: boolean): Promise; filterLazyParams(params: any): any; getPlaceholderHtml(params: any): Promise; call(method: any, params: any, returnEarly: any): Promise; resurrectMountParams(encoded: string): any; callMountLifecycleMethod(params: any): Promise; }