import Image from './Image'; export default Image; export { Image }; export type { ImageProps, ImageFit } from './PropsType';