import { Element } from './element'; export declare class Link extends Element { constructor(link: string); static fromAttr(value: unknown): Link; }