/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { MotionProps } from "../../../motion/types"; declare function filterProps(props: MotionProps, isDom: boolean, forwardMotionProps: boolean): {}; export { filterProps }; //# sourceMappingURL=filter-props.d.ts.map