import React from 'react'; import type { IAmazonServerGroupDetailsSectionProps } from './IAmazonServerGroupDetailsSectionProps'; export interface IScheduledActionsDetailsSectionState { scheduledActionsDisabled: boolean; } export declare class ScheduledActionsDetailsSection extends React.Component { constructor(props: IAmazonServerGroupDetailsSectionProps); private getState; private editScheduledActions; componentWillReceiveProps(nextProps: IAmazonServerGroupDetailsSectionProps): void; render(): JSX.Element; }