import { BlockAnnotation } from "@atjson/document"; export declare class IndentLeft extends BlockAnnotation<{ indent: number; }> { static vendorPrefix: string; static type: string; } //# sourceMappingURL=indent-left.d.ts.map