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