export type MarkdownOptions = {
html?: boolean;
tightLists?: boolean;
tightListClass?: string;
bulletListMarker?: string;
linkify?: boolean;
breaks?: boolean;
paste?: boolean;
copy?: boolean;
};
export declare const Markdown: import("@tiptap/core").Extension;
//# sourceMappingURL=markdown.d.ts.map