import React from "react";
import { ImageProps } from "./types";
declare function ThumborImage(props: ImageProps): React.JSX.Element;
export { ThumborImage };
