import { FiltersMap } from '@wix/bex-core'; import { ToolbarCollectionState } from '../../state'; export declare class ToolbarState { readonly toolbar: ToolbarCollectionState; constructor(toolbar: ToolbarCollectionState); _subscribeResizeOrMoved({ scrollElement, }: { readonly scrollElement?: HTMLElement | null; }): (() => void) | undefined; init({ scrollElement }: { scrollElement?: HTMLElement | null; }): () => void; } //# sourceMappingURL=ToolbarState.d.ts.map