import { TimingFunction } from '../types/timingFunction';

declare function easeIn(functionName: string): TimingFunction;

export default easeIn;
