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