import { ValueAnimationOptions } from 'motion/react';
import { MotionProps } from '../state/types';
/**
 * Generate a list of every possible transform key.
 */
export declare const transformPropOrder: string[];
/**
 * A quick lookup for transform props.
 */
export declare const transformProps: Set<string>;
export declare function getDefaultTransition(valueKey: string, value?: Partial<MotionProps['transition']>): Partial<ValueAnimationOptions>;
