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

declare function easeOut(functionName: string): TimingFunction;

export default easeOut;
