import { MotionComponentConfig } from "../../motion";
import { HTMLRenderState } from "./types";
export declare const htmlMotionConfig: Partial<MotionComponentConfig<HTMLElement, HTMLRenderState>>;
