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