import { UseDataView, UsePagination } from '../types';
import { DataGridProps } from '../../../data-grid';
export declare function isUndefined(value: any): value is undefined;
export declare function usePagination(props: DataGridProps, dataView: UseDataView): UsePagination;
