import { ReactNode } from 'react'; declare type RunConfigurationProps = { job: any; children?: ReactNode; }; declare const _default: import("react-redux").ConnectedComponent<{ ({ job, children }: RunConfigurationProps): JSX.Element; defaultProps: { children: null; }; }, Pick>; export default _default; //# sourceMappingURL=RunConfiguration.d.ts.map