import type { FormikProps } from 'formik'; import React from 'react'; import type { Application } from '../../../../../application'; import type { IServerGroupCommand } from '../../serverGroupCommandBuilder.service'; export interface DetailsFieldProps { app: Application; formik: FormikProps; } export declare class ServerGroupDetailsField extends React.Component> { private freeFormDetailsChanged; render(): JSX.Element; }