import { IWebTableProps } from "../table/webTable"; import { TableProps } from '@alifd/next/types/table'; export default function buildTableProps(props: IWebTableProps): TableProps;