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