/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import * as VegaMorphCharts from '@msrvida/vega-morphcharts'; import { Transition } from './types'; export declare function assignTransitionStagger(transition: Transition, currentData: object[], selection: Set, presenter: VegaMorphCharts.Presenter): void;