import { BlockAnnotation } from "@atjson/document"; export declare class Alignment extends BlockAnnotation<{ align: 0 | 1 | 2 | 3; }> { static vendorPrefix: string; static type: string; } //# sourceMappingURL=alignment.d.ts.map