import { MotionComponentConfig } from "../../motion";
import { SVGRenderState } from "./types";
export declare const svgMotionConfig: Partial<MotionComponentConfig<SVGElement, SVGRenderState>>;
