interface Props { description?: string; ogImage: string | undefined | null; title?: string; language?: string; } declare const Seo: import("svelte").Component; type Seo = ReturnType; export default Seo;