/**
 * @packageDocumentation
 * @module lazy-component
 * @preferred
 */
import { LazyContentDirective, LazyPlaceholderDirective, LazyComponent } from './lazy-load-component';
export * from './lazy-load-component';
export * from './visibility.service';
export declare const LAZY_COMPONENTS: readonly [typeof LazyPlaceholderDirective, typeof LazyContentDirective, typeof LazyComponent];
