export interface ThemedSVGImageProps { divProps?: React.HTMLAttributes; image: React.ComponentType>; isMini?: boolean; }