import { ImageStyle } from '../ReactNode/Shape/Image'; import React from 'react'; const Image: React.FC = props =>
{props}
; export default Image;