interface Props { resourceName: string; /** 可选:显式指定 id,默认从 URL 解析 */ id?: string | number; class?: string; } declare const ShowInferencer: import("svelte").Component; type ShowInferencer = ReturnType; export default ShowInferencer;