import { PaginateProps } from "../types"; declare function Paginate(props: PaginateProps): import("react/jsx-runtime").JSX.Element; export default Paginate;