Config options recognized by the image loader function.
interface ImageLoaderConfig { src: string; width?: number; isPlaceholder?: boolean; loaderParams?: { [key: string]: any; };}