/// import type { DataGridPaginationContainerProps } from './types'; export declare const DataGridPaginationContainer: ({ pagination, className, formattedRange, rowsPerPageOptions, onSetCountPerPage, rowsPerPage, isDisabled, }: DataGridPaginationContainerProps) => JSX.Element;