export declare type IGatsbyImageFixedData = { width: number; height: number; src: string; srcSet: string; srcWebp: string; srcSetWebp: string; }; export declare type IGatsbyImageFluidData = { aspectRatio: number; src: string; srcSet: string; sizes: string; srcWebp: string; srcSetWebp: string; }; export declare type IImgixParams = { [k: string]: any; }; //# sourceMappingURL=types.d.ts.map