import * as React from 'react'; import ImageProps from './props'; export type { ImageProps }; declare const Image: React.ComponentType; export default Image;