import type { SvelteSeo } from './types'; interface Props extends SvelteSeo { } declare const Index: import("svelte").Component; type Index = ReturnType; export default Index;