import { Editor } from "@tiptap/core"; import { type ClassValue } from "clsx"; export declare function cn(...inputs: ClassValue[]): string; export declare const getPrevText: (editor: Editor, { chars, }: { chars: number; }) => string; export declare function randomElement(array: Array): any; export * from "./cssVar.js"; export * from "./getRenderContainer.js"; export * from "./isCustomNodeSelected.js"; export * from "./isTextSelected.js"; //# sourceMappingURL=index.d.ts.map