/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { SVGRenderState } from "../types"; declare function renderSVG(element: HTMLElement, renderState: SVGRenderState): void; export { renderSVG }; //# sourceMappingURL=render.d.ts.map