/// import { FiltersMap } from '@wix/bex-core'; import { GridFoldersBasePropsWithoutPreset } from '../Grid/GridFolders'; import { TableGridSwitchFoldersState } from '../../state'; import { GridFoldersPresetProps } from '../Grid/GridFolders.types'; import { TableFoldersProps } from '../TableFolders'; export interface TableGridSwitchFoldersBaseProps extends Omit, 'state' | 'dragAndDrop' | 'tableGridSwitchButton'>, Omit, 'state' | 'dragAndDrop' | 'tableGridSwitchButton'> { /** A TableGridSwitchFoldersState instance created using [useTableGridSwitchFoldersState](/pages/cairo/?path=/story/common-hooks--usetablegridswitchfolders). */ state: TableGridSwitchFoldersState; } export type TableGridSwitchFoldersProps = GridFoldersPresetProps>; declare function _TableGridSwitchFolders(props: TableGridSwitchFoldersProps): JSX.Element; export declare const TableGridSwitchFolders: typeof _TableGridSwitchFolders & { displayName: string; }; export {}; //# sourceMappingURL=TableGridSwitchFolders.d.ts.map