import type { HTMLConverter } from '../converters/lexicalToHtml_deprecated/converter/types.js';
import type { SerializedListItemNode, SerializedListNode } from './plugin/index.js';
export declare const ListHTMLConverter: HTMLConverter<SerializedListNode>;
export declare const ListItemHTMLConverter: HTMLConverter<SerializedListItemNode>;
//# sourceMappingURL=htmlConverter.d.ts.map