import { SlatePlugin } from '@udecode/slate-plugins-core'; import { WithListOptions } from './types'; /** * Enables support for bulleted, numbered and to-do lists. */ export declare const createListPlugin: (options?: WithListOptions | undefined) => SlatePlugin; //# sourceMappingURL=createListPlugin.d.ts.map