import type { ReactNode } from "react"; import type { IBlockTableItem } from "../config/types/index.d.mts"; /** * Возвращает компонент таблицы * @returns */ export declare const getTableItem: ({ type, key, html, rows, extraClasses, extraAttrs, }: IBlockTableItem) => ReactNode;