import { TextureBase } from './TextureBase';
/**
 *
 */
export declare class TextureCube extends TextureBase {
    static assetType: string;
    /**
     *
     * @returns {string}
     */
    get assetType(): string;
}
//# sourceMappingURL=TextureCube.d.ts.map