import { EditorPlugin } from "@draft-js-plugins/editor";
import { ListPluginConfig } from "./types";
declare const createListPlugin: (config?: Partial<ListPluginConfig> | undefined) => EditorPlugin;
export default createListPlugin;
//# sourceMappingURL=index.d.ts.map