import { Texture } from './Texture';
export declare const AlphaTexture: {
    get: () => Texture;
    set: (texture: Texture) => void;
};
//# sourceMappingURL=AlphaTexture.d.ts.map