export declare const easeInBounce: (t: number) => number; export default easeInBounce;