import * as react_jsx_runtime from 'react/jsx-runtime'; import { SafeImageLoadingProps } from './SafeImageLoading.types.js'; import 'react'; declare const SafeImageLoading: ({ src, fallback, width, height, loadingDelay, }: SafeImageLoadingProps) => react_jsx_runtime.JSX.Element; export { SafeImageLoading, SafeImageLoadingProps };