import { Regl } from "regl"; import { NamespacedStore } from "../../state/store/store"; import { CatArrs } from "./catArgsManager"; declare const _default: (regl: Regl, store: NamespacedStore, cat_arrs: CatArrs, inst_axis: string, cat_index: number) => { vert: string; frag: string; attributes: { ini_position: number[][]; cat_pos_att_inst: { buffer: import("regl").Buffer; divisor: number; }; cat_pos_att_new: { buffer: import("regl").Buffer; divisor: number; }; color_att: { buffer: import("regl").Buffer; divisor: number; }; }; uniforms: { cat_width: number; zoom: (context: any) => any; mat_rotate: number[]; scale_y: any[]; top_offset: number; triangle_color: number[]; interp_uni: (ctx: any, props: any) => number; run_animation: import("regl").DynamicVariable; }; blend: { enable: boolean; func: { srcRGB: string; srcAlpha: number; dstRGB: string; dstAlpha: number; }; equation: { rgb: string; alpha: string; }; color: number[]; }; count: number; instances: any; depth: { enable: boolean; mask: boolean; func: string; range: number[]; }; }; export default _default;