import { BulletListType } from 'roosterjs-editor-types'; import type { CompatibleBulletListType } from 'roosterjs-editor-types/lib/compatibleTypes'; /** * @internal * Set the marker of a bullet list * @param li * @param listStyleType */ export default function setBulletListMarkers(li: HTMLLIElement, listStyleType: BulletListType | CompatibleBulletListType): void;