/// /** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ /** * @public */ export declare const m: ((Component: string | import("react").ComponentType, customMotionComponentConfig?: import("./motion-proxy").CustomMotionComponentConfig) => import("./motion-proxy").CustomDomComponent) & import("../html/types").HTMLMotionComponents & import("../svg/types").SVGMotionComponents;