declare type OptionsType = {
    stopInCenter?: boolean;
    withoutAnimation?: boolean;
};
export default OptionsType;
