/** * Toon texture that exists as a kind of constant */ export declare class SharedToonTextures { /** * Shared toon textures data (base64) */ static readonly Data: readonly string[]; }