import type { IBlockTableItem, TBlockTableItemType, IBlockTableRow } from "../config/types/index.d.mts"; /** * Возвращает ряды из элементов таблицы * @returns */ export declare const getRowsFromItems: (type?: TBlockTableItemType, items?: IBlockTableItem[]) => IBlockTableRow[];