import { Base, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class ST_Panose extends Base {
    static $t: Type;
    private readonly a;
    constructor(a: number[]);
    toString(): string;
    static b(a: string): ST_Panose;
}
