export declare type EasingFunction = (v: number) => number;
