declare const LinkPreview: import("svelte").Component<import("../types.js").LinkPreviewRootPropsWithoutHTML, {}, "open">;
type LinkPreview = ReturnType<typeof LinkPreview>;
export default LinkPreview;
