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