/// import { BaseListTableProps } from '../misc/DefaultListTable'; export declare function ListTable(props: ListTableProps): JSX.Element; export declare type ListTableProps = BaseListTableProps; export default ListTable; //# sourceMappingURL=ListTable.d.ts.map