import { ValueType, IEquatable$1, Nullable$1, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class WorksheetItemPosition extends ValueType implements IEquatable$1 { static $t: Type; constructor(a: number, b: number, c: number, d: number); constructor(); constructor(a: number, ..._rest: any[]); private readonly _g; private readonly _h; private readonly _k; equals1(a: any): boolean; getHashCode(): number; toString(): string; get _l(): number; get _i(): number; get _j(): number; get _m(): number; equals(a: WorksheetItemPosition): boolean; static _a(a: WorksheetItemPosition, b: WorksheetItemPosition): boolean; static _b(a: Nullable$1, b: Nullable$1): boolean; static _c(a: WorksheetItemPosition, b: WorksheetItemPosition): boolean; static _d(a: Nullable$1, b: Nullable$1): boolean; }