import * as React from 'react'; declare const Image: React.FC<{ src: string; wrapperStyle?: {}; }>; export default Image;