import type { LinkPreviewContentStaticProps } from "../types.js";
declare const LinkPreviewContentStatic: import("svelte").Component<LinkPreviewContentStaticProps, {}, "ref">;
type LinkPreviewContentStatic = ReturnType<typeof LinkPreviewContentStatic>;
export default LinkPreviewContentStatic;