import { Context } from "../../vendor/runed/index.js"; import type { MotionConfigState } from "./types.js"; import type { FnGetter } from "../../types/common.js"; /** * Default motion configuration */ export declare const defaultConfig: MotionConfigState; /** * Context for sharing motion configuration with child components */ export declare const MotionConfigContext: Context>; export declare function useMotionConfig(): FnGetter;