import { BlockAnnotation } from "@atjson/document"; export declare class BulletList extends BlockAnnotation<{ loose: boolean; }> { static type: string; static vendorPrefix: string; } //# sourceMappingURL=bullet_list.d.ts.map