import type { Snippet } from "svelte"; interface Props { id: string; children: Snippet; as?: keyof HTMLElementTagNameMap; class?: string; [key: string]: unknown; } declare const SsgoiTransition: import("svelte").Component; type SsgoiTransition = ReturnType; export default SsgoiTransition;