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