interface Props { data: { index: number; embed: string; title: string; }[]; selected: string; } declare const Index: import("svelte").Component; type Index = ReturnType; export default Index;