import { AnimationTarget } from '../core/types';
export declare function getTargets(target: AnimationTarget): any[];
