import { DraftBlockType } from "draft-js";
export interface ListPluginConfig {
    allowNestedLists: boolean;
    maxDepth: number;
    olRegex: RegExp;
    ulChars: string[];
}
export declare const CONFIG_DEFAULTS: ListPluginConfig;
export declare const BlockTypes: Record<string, DraftBlockType>;
//# sourceMappingURL=types.d.ts.map