import { ThemedSVGImageProps } from '../../types/ThemedSVGImage'; export declare const ThemedSVGImage: ({ divProps, image: SVG, isMini }: ThemedSVGImageProps) => import("react/jsx-runtime").JSX.Element;