/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { ValueType } from "style-value-types"; /** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ /** * Tests a provided value against a ValueType */ declare var testValueType: (v: any) => (type: ValueType) => boolean; export { testValueType }; //# sourceMappingURL=test.d.ts.map