import { FC } from 'react'; import { ButtonProps } from '../../../Button'; export type PaginationEllipsisProps = ButtonProps; /** The PaginationEllipsis component visually indicates a gap in the pagination range (e.g., "…") and is typically used to show skipped pages between the current and boundary items in large paginated lists. */ export declare const PaginationEllipsis: FC;