import { BlockAnnotation } from "./block"; export declare class TextAnnotation extends BlockAnnotation<{}> { static vendorPrefix: string; static type: string; } //# sourceMappingURL=text.d.ts.map