/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { VisualElement } from "../types"; export interface WithDepth { depth: number; } /** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ declare var compareByDepth: (a: VisualElement, b: VisualElement) => number; export { compareByDepth }; //# sourceMappingURL=compare-by-depth.d.ts.map