import { ValueType, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class Worksheet_FontNameHeightPair extends ValueType {
    static $t: Type;
    constructor(a: number, b: string, c: number);
    constructor();
    constructor(a: number, ..._rest: any[]);
    readonly a: number;
    readonly b: string;
    equals(a: any): boolean;
    getHashCode(): number;
}
