/// export declare const kindGroupMap: { workload: { label: any; value: string; kinds: string[]; }; config: { label: any; value: string; kinds: string[]; }; network: { label: any; value: string; kinds: string[]; }; volume: { label: any; value: string; kinds: string[]; }; }; export declare const otherKindKey = "other"; export declare const isOtherKind: (k: string) => boolean; export default function EnvResources(): JSX.Element;