import { ITableServerProps } from "./types"; declare function TableServer({ headers, items, options, perPage, minHeight, header, changeOptions, loading, emptyCard, clickRow, isSync, }: ITableServerProps): import("react/jsx-runtime").JSX.Element; export default TableServer;