import type { FindOptions } from '@furystack/core';
import type { CollectionService } from '../../services/collection-service.js';
export declare const dataGridItemsPerPage: number[];
export declare const DataGridFooter: <T>(props: {
    service: CollectionService<T>;
    findOptions: FindOptions<T, Array<keyof T>>;
    onFindOptionsChange: (options: FindOptions<T, Array<keyof T>>) => void;
    paginationOptions?: number[];
}) => JSX.Element;
//# sourceMappingURL=footer.d.ts.map