declare module '@tiptap/core' { interface Commands { callout: { setCallout: (contentType: 'tip' | 'warning') => ReturnType; setCalloutType: (contentType: 'tip' | 'warning') => ReturnType; }; } } export declare const Callout: any; export default Callout;