export { createImageBackground as background } from './background'; export { createImageGif as gif } from './gif'; export { createLazyImage as lazy, type LazyImageOptions, type LazyImageResult } from './lazy'; export { imagePlaceholder as placeholder } from './placeholder'; //# sourceMappingURL=index.d.ts.map