import type { Component as SvelteComponent } from 'svelte'; export type SveltePropsOf = C extends SvelteComponent ? P : Record;