export declare const cubic: (value: number) => number;
export declare const easeInOutCubic: (value: number) => number;
export declare const setTransform: (transform: string, mark: string, newVal: string) => string;
export declare const transitionEndName: string;
export declare const animationEndName: string;
