import React from 'react'; import { FiltersMap } from '@wix/bex-core'; import { GridFoldersState } from '../../state'; export interface GridFoldersLoadingSectionProps { state: GridFoldersState; } declare function _GridFoldersLoadingSection(props: GridFoldersLoadingSectionProps): React.JSX.Element; export declare const GridFoldersLoadingSection: typeof _GridFoldersLoadingSection & { displayName: string; }; export {}; //# sourceMappingURL=GridFoldersLoadingSection.d.ts.map