import type { IBlockTableItem } from "../config/types/index.d.mts"; /** * Возвращает лейбл для ячейки таблицы * @returns */ export declare const getCellLabel: (index?: number, items?: IBlockTableItem[]) => string;