interface Props { resourceName: string; class?: string; } declare const ResourceInferencer: import("svelte").Component; type ResourceInferencer = ReturnType; export default ResourceInferencer;