import { GatsbyImageProps } from 'gatsby-plugin-image'; import { getGatsbyImageData } from './gatsbyPluginImage'; export declare const ImgixGatsbyImage: (props: IImgixGatsbyImageProps) => JSX.Element; export declare type IImgixGatsbyImageProps = Parameters[0] & Omit; //# sourceMappingURL=gatsbyPluginImageComponent.d.ts.map