import { FunctionComponent } from 'react';
import { WebImageProps } from "../../types";
export declare const Image: FunctionComponent<Partial<WebImageProps>>;
