import { CourierBaseElement } from './courier-base-element';
export declare class CourierLink extends CourierBaseElement {
    static get id(): string;
    private link;
    static observedAttributes: string[];
    constructor();
    connectedCallback(): void;
    attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
    private updateHref;
    private updateVariant;
    private updateColor;
    private updateUnderline;
    private updateMode;
    private updateTarget;
    private updateFontFamily;
    private updateFontSize;
}
