import { PropsWithChildren } from 'react'; export declare function PaginationButton(props: PropsWithChildren<{ component?: any; disabled?: boolean; className?: string; active?: boolean; } & Record>): import("react/jsx-runtime").JSX.Element;