import { Attributes } from 'react'; const Image = ({ ...rest }: Attributes) => ; export default Image;