import type { InteractionState } from '../types.js'; export declare function reduceToolbarVisible(visible: boolean): (prev: T) => T;