/**
 * A Null implementation of the Texture.
 *
 * @ignore
 */
export class NullTexture {
    destroy(device: any): void;
    propertyChanged(flag: any): void;
    loseContext(): void;
}
