import type { ForwardRefPrimitive, BaseTableProps } from '../types'; /** * [📖 Docs](https://ui.docs.amplify.aws/react/components/table) */ export declare const Table: ForwardRefPrimitive;