export interface ISprite { children: any; add(): void; Update(): void; cleanup(): void; }