import Document from "@atjson/document"; import { Alignment, Bold, FontSize, Heading, IndentLeft, Link, List, ListItem, VerticalAdjust } from "./annotations"; import { GDocsPasteBuffer } from "./gdocs-parser"; export default class extends Document { static contentType: string; static schema: (typeof Alignment | typeof IndentLeft | typeof Bold | typeof FontSize | typeof Heading | typeof Link | typeof ListItem | typeof List | typeof VerticalAdjust)[]; static fromRaw(pasteBuffer: GDocsPasteBuffer): default; } //# sourceMappingURL=source.d.ts.map