/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import { SvelteComponent } from "svelte"; import { MotionConfigContextObject } from "../../context/MotionConfigContext.js"; export declare type MotionConfigProps = Partial /** * `MotionConfig` is used to set configuration options for all children `motion` components. * * ```jsx * import { MotionDiv, MotionConfig } from "svelte-motion" * * * * * ``` * * @public */ export declare class MotionConfig extends SvelteComponent{}