export declare function toUnicode(input: string): string; export declare function unicodeToChar(unicode: string): string; /** * Calculate the length of an SVG path string * Uses Path2D API in browser, or approximates from path commands */ export declare function getPathLength(pathData: string): number; //# sourceMappingURL=kanjiUtils.d.ts.map