import { Base, Type } from "./type";
import { FontStringInfo } from "./FontStringInfo";
/**
 * @hidden
 */
export declare class FontStringUtil extends Base {
    static $t: Type;
    static a(a: string): FontStringInfo;
    private static d;
    private static f;
    private static c;
    private static e;
    private static b;
}
