import { Block } from '../Block'; export declare class BulletedListItem extends Block { static wrapTagName: string; static tagName: string; toHTML(): string; } //# sourceMappingURL=BulletedListItem.d.ts.map