import { Base, Type } from "igniteui-react-core";
import { LongValue } from "./LongValue";
/**
 * @hidden
 */
export declare class CommandMap_Requirement extends Base {
    static $t: Type;
    readonly a: LongValue;
    readonly b: LongValue;
    constructor(a: LongValue, b: LongValue);
}
