import { ILerpFunction } from "./ILerpFunction";
export declare let EaseInCirc: ILerpFunction;
