import './button.js'; import type { Page } from '@revesuite/store'; import { type DragDirection } from '../../page-block/utils/position.js'; import { FormatQuickBar } from './format-bar-node.js'; export declare const showFormatQuickBar: ({ page, anchorEl, direction, container, abortController, }: { page: Page; anchorEl: { getBoundingClientRect: () => { x: number; y: number; }; }; direction?: DragDirection | undefined; container?: HTMLElement | undefined; abortController?: AbortController | undefined; }) => Promise; //# sourceMappingURL=index.d.ts.map