import type { TPaginationButtonProps, TPaginationProps } from './Pagination.type'; export declare const PAGINATION_DEFAULT_PROPS: TPaginationProps; export declare const PAGINATION_BUTTON_DEFAULT_PROPS: TPaginationButtonProps;