import type { MotionConfig } from './types'; export declare function stringifyMotionCss(config: MotionConfig): string; export declare function stringifyMotionReactSnippet(config: MotionConfig): string;