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