/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { ResolvedValues, VisualElement } from "../types"; import type { LayoutState, TargetProjection } from "./state"; declare function updateLayoutDeltas({ delta, layout, layoutCorrected, treeScale }: LayoutState, { target }: TargetProjection, treePath: VisualElement[], transformOrigin: ResolvedValues): void; export { updateLayoutDeltas }; //# sourceMappingURL=projection.d.ts.map