import { InlineAnnotation } from "@atjson/document"; export declare class Link extends InlineAnnotation<{ ulnk_url: string; lnk_type: number; }> { static vendorPrefix: string; static type: string; } //# sourceMappingURL=link.d.ts.map