import { Base, Type } from "igniteui-webcomponents-core";
import { FastIterationDictionary$2 } from "igniteui-webcomponents-core";
import { CellModel } from "./CellModel";
import { DomWrapper } from "igniteui-webcomponents-core";
/**
 * @hidden
 */
export declare class AccessibilityRow extends Base {
    static $t: Type;
    i: string;
    e: number;
    get c(): number;
    d: number;
    f: string;
    private a;
    get b(): FastIterationDictionary$2<number, CellModel>;
    j(a: CellModel, b: DomWrapper): void;
    h(): string;
    k(): void;
    private g;
    private l;
}
