export interface Options {
    animationDuration?: number;
    incrementDuration?: number;
    isAnimating?: boolean;
    minimum?: number;
}
