import { LazyLoadImageDirective } from './lib/lazyload-image.directive';
import { LazyLoadImageModule } from './lib/lazyload-image.module';
import { intersectionObserverPreset } from './lib/intersection-observer-preset';
import { scrollPreset } from './lib/scroll-preset';
export { LazyLoadImageDirective, LazyLoadImageModule, intersectionObserverPreset, scrollPreset };
export default LazyLoadImageModule;
