import { Interpolation, Theme } from '@emotion/react'; import { Animation } from '@gamepark/react-client'; import { CreateItem, RollItem } from '@gamepark/rules-api'; import { ItemContext } from '../../../locators'; import { ItemAnimations } from './ItemAnimations'; import { MaterialGameAnimationContext } from './MaterialGameAnimations'; export declare class RollItemAnimations
extends ItemAnimations
{ private duration; constructor(duration?: number); getPreDuration(_move: CreateItem
, _context: MaterialGameAnimationContext
): number; getItemAnimation(context: ItemContext
, animation: Animation , animation: Animation