///
import { DropdownPropsControlled as DropdownProps } from '@wix/design-system';
import { CollectionViewsState } from '../../state';
import { FiltersMap } from '@wix/bex-core';
import { View } from '../../model';
export type ViewsDropdownProps = {
state: CollectionViewsState;
onSelect?: (view: View) => void;
dataHook: string;
learnMoreUrl?: string;
viewNamePlaceholder?: string;
showTotal?: boolean;
} & Omit;
declare function _ViewsDropdown({ onSelect, dataHook, state, learnMoreUrl, viewNamePlaceholder, showTotal, dropdownWidth, ...dropdownProps }: ViewsDropdownProps): JSX.Element;
export declare const ViewsDropdown: typeof _ViewsDropdown & {
displayName: string;
};
export {};
//# sourceMappingURL=ViewsDropdown.d.ts.map