import { NodeOrText } from '../utils/node.js'; export declare function processUlNode(node: NodeOrText, renderMdInline: (text: string) => string): void; //# sourceMappingURL=CustomListIconProcessor.d.ts.map