import { LitElement } from 'lit'; export declare class LinkPreview extends LitElement { static styles: import("lit").CSSResult; accessor url: string; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'affine-link-preview': LinkPreview; } } //# sourceMappingURL=link.d.ts.map