import * as React from "react";
import { ImageProps } from './Image.types';
export declare const Image: React.ComponentType<ImageProps>;
