import { Interpolation, Theme } from '@emotion/react'; import { Animation } from '@gamepark/react-client'; import { GridBoundaries, MaterialItem, MoveItemsAtOnce } from '@gamepark/rules-api'; import { ItemContext } from '../../../locators'; import { ItemAnimations } from './ItemAnimations'; import { MaterialGameAnimationContext } from './MaterialGameAnimations'; import { Trajectory } from './Trajectory'; export declare class MoveItemAtOnceAnimations
extends ItemAnimations
{ protected duration: number; protected trajectory?: Trajectory
| undefined; protected droppedItemDuration: number; constructor(duration?: number, trajectory?: Trajectory
| undefined, droppedItemDuration?: number); getPreDuration(move: MoveItemsAtOnce
, context: MaterialGameAnimationContext
): number; getItemAnimation(context: ItemContext
, animation: Animation , animation: Animation , context: ItemContext , animation: Animation