import { View } from '../view.js'; export declare class LinkView extends View { #private; label: string; to: string; className: string; get body(): import("lit-html").TemplateResult; } export declare function Link(label: string): import("../builder.js").Builder;