import * as React from 'react';
import type { IImageProps } from './Image.types';
export declare const Image: React.FunctionComponent<IImageProps>;
