declare const Snake: import("svelte").Component<Record<string, never>, {}, "">;
type Snake = ReturnType<typeof Snake>;
export default Snake;
