import { Base, Type } from "igniteui-webcomponents-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; }