/** 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. */ /** * Provided a value and a ValueType, returns the value as that value type. */ declare var getValueAsType: (value: any, type?: ValueType | undefined) => any; export { getValueAsType }; //# sourceMappingURL=get-as-type.d.ts.map