import * as React from "react"; import { TablePropsData } from "./types"; declare const _default: ({ field, styles, refresh, tableProps, ColumnsMap, ActionsMap, schema, shuttle }: TablePropsData) => React.JSX.Element; export default _default;