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