declare module '@tiptap/core' { interface Commands { blockquoteFigure: { setBlockquote: () => ReturnType; }; } } export declare const BlockquoteFigure: any; export default BlockquoteFigure;