export declare const rowTitles: { 0: string; 1: string; 2: string; 3: string; }; export type RowTitle = "section-row" | "root-class-row" | "sub-class-row" | "leaf-class-row"; export type RowTitleIndex = 0 | 1 | 2 | 3;