import React from 'react';
import type { PageSelectProps } from './Pagination.types';
export declare const PaginationSelect: React.ForwardRefExoticComponent<PageSelectProps & React.RefAttributes<HTMLButtonElement>>;
