import React from 'react'; import type { IServerGroupAdvancedSettingsProps } from './ServerGroupAdvancedSettings'; import type { IAmazonServerGroupCommand } from '../../../serverGroupConfiguration.service'; export declare class ServerGroupAdvancedSettingsCommon extends React.Component { private duplicateKeys; validate: (values: IAmazonServerGroupCommand) => any; private selectBlockDeviceMappingsSource; private toggleSuspendedProcess; private platformHealthOverrideChanged; private tagsChanged; render(): JSX.Element; }