import type { FindOptions } from '@furystack/core';
import type { ObservableValue } from '@furystack/utils';
import type { CollectionService } from '../../services/collection-service.js';
export declare const dataGridItemsPerPage: number[];
export declare const DataGridFooter: (props: {
    service: CollectionService<any>;
    findOptions: ObservableValue<FindOptions<any, any[]>>;
} & Omit<Partial<HTMLElement>, "style"> & {
    style?: Partial<CSSStyleDeclaration>;
}, children?: import("@furystack/shades").ChildrenList) => JSX.Element;
//# sourceMappingURL=footer.d.ts.map