import { Texture } from '../Texture'; export declare function GridTexture(color1: string, color2: string, width?: number, height?: number, cols?: number, rows?: number): Texture; //# sourceMappingURL=GridTexture.d.ts.map