/// declare function deleteProps(obj: any): void; declare function nextTick(callback: any, delay?: number): NodeJS.Timeout; declare function now(): number; declare function getComputedStyle(el: any): any; declare function getTranslate(el: any, axis?: string): any; declare function isObject(o: any): boolean; declare function extend(...args: any[]): any; declare function setCSSProperty(el: any, varName: any, varValue: any): void; declare function animateCSSModeScroll({ carousel, targetPosition, side }: { carousel: any; targetPosition: any; side: any; }): void; export { animateCSSModeScroll, deleteProps, nextTick, now, getTranslate, isObject, extend, getComputedStyle, setCSSProperty };