import { SVGRenderState } from "../types";
export declare const createSvgRenderState: () => SVGRenderState;
