declare module '@tiptap/core' { interface Commands { fontSize: { /** * Set a font mark */ setFontSize: (size: number) => ReturnType; }; } } export declare const fontSize: import("ricos-types").RicosMarkExtension; //# sourceMappingURL=extension.d.ts.map