/** * Internal dependencies */ import type { Editor } from './index'; /** * The block toolbar is not always visible while typing. * Call this function to reveal it. * * @param this */ export declare function showBlockToolbar(this: Editor): Promise; //# sourceMappingURL=show-block-toolbar.d.ts.map