/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { MotionProps } from "../../../motion/types"; import type { HTMLRenderState } from "../types"; import type { ResolvedValues } from "../../types"; import type { LayoutState, TargetProjection } from "../../utils/state"; import type { DOMVisualElementOptions } from "../../dom/types"; import type { BuildProjectionTransform, BuildProjectionTransformOrigin } from "./build-projection-transform"; declare function buildHTMLStyles(state: HTMLRenderState, latestValues: ResolvedValues, projection: TargetProjection | undefined, layoutState: LayoutState | undefined, options: DOMVisualElementOptions, transformTemplate?: MotionProps["transformTemplate"], buildProjectionTransform?: BuildProjectionTransform, buildProjectionTransformOrigin?: BuildProjectionTransformOrigin): void; export { buildHTMLStyles }; //# sourceMappingURL=build-styles.d.ts.map