export function _renderLabels({ config, svg, centerTx, r }: { config: any; svg: any; centerTx: any; r: any; }): void; export function update({ d3_refs, newValue, config }: { d3_refs: any; newValue: any; config: any; }): void; export function render({ container, config }: { container: any; config: any; }): { current_value_text: any; pointer: any; };