///
import type { SmartImage } from './PropTypes';
declare const Image: import("react").FC;
export { Image };
export { SmartImage, SmartImageEvents, SmartImageExternalClassName, SmartImageProps, SmartImageErrorEventDetail, SmartImageLoadEventDetail, } from './PropTypes';