export type ImageThemeVars = { imagePlaceholderTextColor?: string; imagePlaceholderFontSize?: string; imagePlaceholderBackground?: string; imageLoadingIconSize?: string; imageLoadingIconColor?: string; imageErrorIconSize?: string; imageErrorIconColor?: string; };