import { SpringConfig } from '@react-spring/web';
export declare const STIFF_SPRINGS: SpringConfig;
export declare const INTERPOLATED_SPRINGS: {
    catchUp: ({ length, configPos }: {
        length: number;
        configPos: number;
    }) => {
        tension: number;
        friction: number;
    };
};
//# sourceMappingURL=springs.d.ts.map