import { SxProps, Theme } from '@mui/material/styles';
declare const styles: Record<string, SxProps<Theme>>;
export declare const paginationStyle: (width: number) => SxProps<Theme>;
export default styles;
