import React from 'react'; declare const ConfigDiff: React.FC<{ appName: string; envName: string; }>; export default ConfigDiff;