/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { FeatureComponents } from "./types"; declare var featureDefinitions: { measureLayout: { isEnabled: (props: any) => boolean; }; animation: { isEnabled: (props: any) => boolean; }; exit: { isEnabled: (props: any) => boolean; }; drag: { isEnabled: (props: any) => boolean; }; focus: { isEnabled: (props: any) => boolean; }; hover: { isEnabled: (props: any) => boolean; }; tap: { isEnabled: (props: any) => boolean; }; pan: { isEnabled: (props: any) => boolean; }; layoutAnimation: { isEnabled: (props: any) => boolean; }; }; declare function loadFeatures(features: FeatureComponents): void; export { featureDefinitions, loadFeatures }; //# sourceMappingURL=definitions.d.ts.map