declare const Index: import("svelte").Component<{ story: any; }, {}, "">; type Index = ReturnType; export default Index;