import { SVGRenderState } from "../types";
export declare function renderSVG(element: SVGElement, renderState: SVGRenderState): void;
