import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import { ButtonProps } from './button.js'; import 'class-variance-authority/dist/types'; import 'class-variance-authority'; declare const Pagination: { ({ className, ...props }: React.ComponentProps<"nav">): react_jsx_runtime.JSX.Element; displayName: string; }; declare const PaginationContent: React.ForwardRefExoticComponent, HTMLUListElement>, "ref"> & React.RefAttributes>; declare const PaginationItem: React.ForwardRefExoticComponent, HTMLLIElement>, "ref"> & React.RefAttributes>; type PaginationLinkProps = { isActive?: boolean; } & Pick & React.ComponentProps<"a">; declare const PaginationLink: { ({ className, isActive, size, ...props }: PaginationLinkProps): react_jsx_runtime.JSX.Element; displayName: string; }; declare const PaginationPrevious: { ({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; displayName: string; }; declare const PaginationNext: { ({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; displayName: string; }; declare const PaginationEllipsis: { ({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element; displayName: string; }; export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious };