import { MotionState } from '../state/motion-state';
export declare function scheduleAnimation(state: MotionState): void;
export declare function unscheduleAnimation(state: MotionState): void;
