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