import { type PopupTarget } from '@blocksuite/affine-components/context-menu'; import type { SortUtils } from './utils.js'; export declare const popCreateSort: (target: PopupTarget, props: { sortUtils: SortUtils; onClose?: () => void; onBack?: () => void; }) => void; //# sourceMappingURL=add-sort.d.ts.map