import { IChangeObject } from '../../types/changes'; export declare const moduleName: string; export declare const componentName: string; export declare const controllerName: string; export interface ILazyLoadChanges { show: IChangeObject; } export declare class LazyLoadController { show: boolean; init: boolean; $onInit(): void; $onChanges(changes: ILazyLoadChanges): void; }