export type ImageFit = any['scaleToFill'] export type ImagePosition = any['objectPosition'] export type ImageThemeVars = { imagePlaceholderTextColor?: string imagePlaceholderFontSize?: string imagePlaceholderBackground?: string imageLoadingIconSize?: string imageLoadingIconColor?: string imageErrorIconSize?: string imageErrorIconColor?: string }