import { ReactNode } from 'react'; import { FiltersMap } from '@wix/bex-core'; import { GridState } from '../../state'; export interface GridFoldersSectionProps { dataHook?: string; state: GridState; header?: ReactNode; children?: ReactNode; } declare function _GridFoldersSection(props: GridFoldersSectionProps): JSX.Element; export declare const GridFoldersSection: typeof _GridFoldersSection & { displayName: string; }; export {}; //# sourceMappingURL=GridFoldersSection.d.ts.map