import { Base, Type } from "igniteui-react-core";
import { ISortable } from "./ISortable";
/**
 * @hidden
 */
export declare class SortSettings_VisibleRowIndexBlock$1<T extends ISortable> extends Base {
    static $t: Type;
    protected $t: Type;
    b: number;
    readonly c: number;
    constructor($t: Type, a: number);
    get a(): number;
}
