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