import React from "react";
import PropTypes from "prop-types";
import type { FunctionComponent } from "react";
import type { GatsbyImageProps } from "./gatsby-image.browser";
export declare const GatsbyImage: FunctionComponent<GatsbyImageProps>;
export declare const altValidator: PropTypes.Validator<string>;
export declare const propTypes: React.WeakValidationMap<GatsbyImageProps>;
//# sourceMappingURL=gatsby-image.server.d.ts.map