export declare function getUnicodeDataFor(codePoint: number): { [x: string]: string; }; export default getUnicodeDataFor;