import { MaterialItem } from '@gamepark/rules-api'; import { ItemContext, Locator } from './Locator'; /** * Locator that hides all the items but defines coordinates to animate the items from and to when they move */ export declare class PlaceholderLocator

extends Locator { hide(): boolean; placeItem(item: MaterialItem, context: ItemContext): string[]; }