import type React from "react"; import { type PaginationMenuSmallProps } from "./PaginationMenu.types"; export declare const PaginationMenuSmall: (props: PaginationMenuSmallProps) => React.JSX.Element;