import { FiltersMap } from '@wix/bex-core'; import { GridState } from '../../state'; import { GridContentBaseProps } from './GridContent'; import React from 'react'; export interface GridSingleGridContentProps extends GridContentBaseProps { state: GridState; range?: { start: number; length: number; }; } export declare function GridSingleGridContent(props: GridSingleGridContentProps): React.JSX.Element; //# sourceMappingURL=GridSingleGridContent.d.ts.map