import type { Button } from '../button/button'; import type { Size } from '../../types'; export declare const pagination: { wrapper: string; btnWrapper: string; label: string; base: string; rounded: string; default: { size: Size; prevButton: Partial