/**
* This is an encoded png containing a 3x3 square with white in top left pixel, blue in middle pixel, and green in
* bottom right pixel. The rest of the square is red.
*/exportdeclareconstsamplePngTexture: {
data: number[];
base64: string;
};
//# sourceMappingURL=imageData.d.ts.map