import { MotionStyle } from "../../../motion/types";
import { IProjectionNode } from "../../../projection/node/types";
import { SVGRenderState } from "../types";
export declare function renderSVG(element: SVGElement, renderState: SVGRenderState, _styleProp?: MotionStyle, projection?: IProjectionNode): void;
