import type { SvelteComponent } from "svelte"; interface MDsveXComponent extends SvelteComponent { metadata: Record; }