import Image from "./image"; export default Image; export type { ImageProps } from "./image"; export { StyledImage, type StyledImageVariants, StyledIMGNativeElement, type StyledIMGNativeElementVariants, } from "./style"; export { default as Image } from "./image";