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