import type { Link } from '../../api/ds.types.js'; export declare class LmvzLink { href: string; target?: '_self' | '_blank' | '_parent' | '_top'; rel?: string; type: Link.Type; externalLabel: string; normalizeType(value: string): void; componentWillLoad(): void; private computeHref; private computeRel; render(): any; }