import React from 'react';
import { SharedProps } from './types';
declare const PageSizeControls: ({ table }: SharedProps) => React.JSX.Element;
export default PageSizeControls;
