import { Annotation, JSONObject } from "../internals"; export declare class UnknownAnnotation extends Annotation<{ type: string; attributes: JSONObject; }> { static vendorPrefix: string; static type: string; get rank(): number; toJSON(): { id: string; start: number; end: number; type: string; attributes: any; }; } //# sourceMappingURL=unknown.d.ts.map