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