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