import type { MotionConfigProps } from '../types.js';
export declare const getMotionConfig: () => MotionConfigProps | undefined;
export declare const createMotionConfig: (motionConfig: MotionConfigProps) => MotionConfigProps;
