export declare const animationConfig: {
    mass: number;
    tension: number;
    friction: number;
    precision: number;
};
