import { IAnimatedSprite } from './IAnimatedSprite';
export declare function Stop<T extends IAnimatedSprite>(...sprites: T[]): T[];
//# sourceMappingURL=Stop.d.ts.map