import type { ImageProps } from './image.types'; declare const Image: (props: ImageProps) => JSX.Element; export default Image;