///
import { TableItemProps } from "./RNTableItem";
/**
* React implementation of nodegui's [QTableWidgetItem](https://docs.nodegui.org/docs/api/generated/classes/qtablewidgetitem)
*
* Can only be used as a child of `
`
* @property `cellPosition` valid position of the item in the Table
*/
export declare const TableItem: string | import("react").ComponentType;