interface Props { value?: string; libUrl?: string; onlibraryloaded?: () => void; } declare const MarkdownPreview: import("svelte").Component; type MarkdownPreview = ReturnType; export default MarkdownPreview; //# sourceMappingURL=MarkdownPreview.svelte.d.ts.map