/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ /** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ import '../../../utils/fix-process-env.js'; /** * Tests a value against the list of ValueTypes */ declare var findValueType: (v: any) => import("style-value-types").ValueType | { test: (v: any) => boolean; parse: (v: string) => (number | import("style-value-types").RGBA | import("style-value-types").HSLA)[]; createTransformer: (v: string) => (v: (string | number | import("style-value-types").Color)[]) => string; getAnimatableNone: (v: string) => string; } | undefined; export { findValueType }; //# sourceMappingURL=find.d.ts.map