import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
/**
 * The original font was modified with the following changes:
 * - removed non-CJK codepoints
 * - reduced any Hangul side-bearings to 40%
 * - centered in width of inproperly centered CJK codepoints
 */
export declare const XiaolaiFontFaces: ExcalidrawFontFaceDescriptor[];
