import { Color, Texture } from "zogra-renderer"; declare const Default2DMaterial_base: new (gl?: WebGL2RenderingContext | undefined) => import("zogra-renderer").Material; export declare class Default2DMaterial extends Default2DMaterial_base { texture: Texture | null; color: Color; } export {};