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