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