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