import { ReactElement } from 'react'; import { JengaTableProps } from './types'; declare const Table: (props: JengaTableProps, ref: any) => ReactElement; export { Table };