import { FC } from "react"; import { ColumnsTypeProps, ExpandableProps, PaginationConfig, RowSelectionProps, SelectionItemProps, TableLocaleProps } from "./table"; declare const ColumnShowArgsTable: FC; declare const ExpandableShowArgsTable: FC; declare const PaginationShowArgsTable: FC; declare const RowSelectionShowArgsTable: FC; declare const SelectionItemShowArgsTable: FC; declare const TableLocaleShowArgsTable: FC; export { ColumnShowArgsTable, ExpandableShowArgsTable, PaginationShowArgsTable, RowSelectionShowArgsTable, SelectionItemShowArgsTable, TableLocaleShowArgsTable, };