import React from "react"; import { BSDiv } from "../../types"; export interface PaginationProps extends BSDiv { size?: "small" | "large" | "sm" | "lg"; } export declare const Pagination: React.ForwardRefExoticComponent>;