import { Plugin } from '@tiptap/pm/state'; /** * This decoration adds either font size (which makes list markers and paddings to size) * or a data-heading-level attribute to list items, * based on which the list item gets heading styles. */ export declare const createListItemSizingDecorationPlugin: () => Plugin; //# sourceMappingURL=list-item-sizing.d.ts.map