import { LitElement } from 'lit'; export declare class Link extends LitElement { href: string; target: string; rel: string; color: 'primary' | 'secondary' | 'error' | 'warning' | 'info' | 'success' | 'inherit' | 'textPrimary' | 'textSecondary'; variant: 'text' | 'outlined' | 'contained'; underline: 'none' | 'hover' | 'always'; disabled: boolean; component: string; static styles: import("lit").CSSResult; private _handleClick; private _isExternalLink; private _renderExternalIcon; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=Link.d.ts.map