import React from "react"; import type { ImageSVGProps } from "../../../dom/types"; import type { AnimatedProps } from "../../processors"; export declare const ImageSVG: (props: AnimatedProps) => React.JSX.Element;