declare function _default(regl: any, inst_depth: any, inst_color?: number[]): { frag: string; vert: string; attributes: { position: any; }; uniforms: { color: number[]; inst_depth: any; }; blend: { enable: boolean; func: { srcRGB: string; srcAlpha: number; dstRGB: string; dstAlpha: number; }; equation: { rgb: string; alpha: string; }; color: number[]; }; count: number; depth: { enable: boolean; mask: boolean; func: string; range: number[]; }; }; export default _default;