///
import { TableProps } from "./RNTable";
/**
* React implementation of nodegui's [QTableWidget](https://docs.nodegui.org/docs/api/generated/classes/qtablewidget/)
* @property `cellRange` define the number of rows & columns to create
* @example
* ```javascriptreact
* return (
*
* )
* ```
*/
export declare const Table: string | import("react").ComponentType;