import type { RangeValue } from "../../../../Types";
/**
 * @category Options
 */
export interface IRotateAnimation {
    enable: boolean;
    speed: RangeValue;
    sync: boolean;
}
