///
import { FiltersMap } from '@wix/bex-core';
import { CollectionViewsState } from '../../state';
export type ViewsDropdownPrefixProps = {
state: CollectionViewsState;
};
export declare function _ViewsDropdownPrefix(props: ViewsDropdownPrefixProps): JSX.Element | null;
export declare const ViewsDropdownPrefix: typeof _ViewsDropdownPrefix & {
displayName: string;
};
//# sourceMappingURL=ViewsDropdownPrefix.d.ts.map