import { FC } from 'react'; import { TableLowcodeProps } from '../../../types'; declare const TableLowcode: FC; export default TableLowcode;