export type Precision = "lowp" | "mediump" | "highp";
export type Interpolation = "smooth" | "flat";
//# sourceMappingURL=precision.d.ts.map