import { FiltersMap } from '@wix/bex-core'; import { PickerContentState } from './PickerContentState'; export interface PickerContentStateBIParams { state: PickerContentState; } export declare class PickerContentStateBI { state: PickerContentState; constructor(params: PickerContentStateBIParams); init(): () => void; } //# sourceMappingURL=PickerContentStateBI.d.ts.map