import { FloatArray, Func } from '../types'; export declare function renderPath(ns: FloatArray[] | string, formatter?: Func): string;