/**
 * @AI-Generated
 * 自定义 TextStyle 扩展，支持 color、backgroundColor、style（font-family等）
 */
import { Mark } from '@tiptap/core';
declare const TextStyle: Mark<any, any>;
export default TextStyle;
