export default function make_row_text_args(regl: any, store: any, zoom_function: any): { vert: string; frag: string; attributes: { position: any; }; elements: any; uniforms: { zoom: any; inst_offset: any; new_offset: any; scale_text: any; x_offset: any; heat_size: any; shift_heat: number; total_zoom: any; mat_rotate: number[]; interp_uni: () => number; run_animation: any; }; depth: { enable: boolean; mask: boolean; func: string; range: number[]; }; };