import type { ImageLoaderProps } from 'next/image'; export declare type ContentfulImageParams = { ar?: string; fm?: 'jpg' | 'png' | 'webp' | 'gif' | 'avif'; fl?: 'progressive' | 'png8'; w?: number; h?: number; fit?: 'pad' | 'fill' | 'scale' | 'crop' | 'thumb'; f?: 'face' | 'faces' | 'center' | 'top' | 'right' | 'left' | 'bottom' | 'top_right' | 'top_left' | 'bottom_right' | 'bottom_left'; r?: number | 'max'; q?: number; bg?: string; }; export declare const contentfulLoader: (loaderProps: ImageLoaderProps, contentfulParams?: ContentfulImageParams) => string; //# sourceMappingURL=nextContentfulLoader.d.ts.map