import { TableKUIProps } from './type'; export declare const TableKUI: ({ keys, head, body, renderHead, renderBody, className, limit, neighbors, TableSx, ...rest }: TableKUIProps) => import("react/jsx-runtime").JSX.Element;