import Image from './image.js'; import type { ImageProps } from './image.js'; export { Image, ImageProps }; export default Image;