import { Frame } from '../../textures/Frame'; import { ISprite } from './ISprite'; import { Texture } from '../../textures/Texture'; export declare function SetFrame(texture: Texture, key?: string | number | Frame, ...children: T[]): T[]; //# sourceMappingURL=SetFrame.d.ts.map