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