import { ITableProps } from "./types"; declare function Table({ headers, items, page, perPage, changePage, ...props }: ITableProps): import("react/jsx-runtime").JSX.Element; export default Table;