export declare const graphemeLenNative: ((str: string) => number) | null; export declare function graphemeLenPonyfill(str: string): number; //# sourceMappingURL=utf8-grapheme-len.d.ts.map