import { IconButtonProps } from '@mui/material/IconButton';
import React, { ReactNode } from 'react';
export interface PaginationButtonProps extends IconButtonProps {
    /** The icon to show inside the {@link IconButton} */
    icon: ReactNode;
}
export declare const PaginationButton: React.MemoExoticComponent<({ onClick, disabled, icon, ...props }: PaginationButtonProps) => JSX.Element>;
//# sourceMappingURL=PaginationButton.d.ts.map