///
import { FiltersMap } from '@wix/bex-core';
import { GridFoldersState } from '../../state';
import { RenderItem } from './RenderItem';
export interface GridFoldersItemsSectionProps {
state: GridFoldersState;
sectionTitle?: string;
renderItem: RenderItem;
}
declare function _GridFoldersItemsSection({ state, renderItem, sectionTitle, }: GridFoldersItemsSectionProps): JSX.Element;
export declare const GridFoldersItemsSection: typeof _GridFoldersItemsSection & {
displayName: string;
};
export {};
//# sourceMappingURL=GridFoldersItemsSection.d.ts.map