/** * Internal dependencies */ import type { Editor } from './index'; /** * Toggles the fixed toolbar option. * * @param this * @param isFixed Boolean value true/false for on/off. */ export declare function setIsFixedToolbar(this: Editor, isFixed: boolean): Promise; //# sourceMappingURL=set-is-fixed-toolbar.d.ts.map