///
import type { IArtifactActionModalProps } from '../utils/ActionModal';
export declare const Configuration: () => JSX.Element;
type InternalModalProps = Omit & {
application: string;
};
export declare const ResumeManagementModal: ({ application, ...props }: InternalModalProps) => JSX.Element;
export declare const DisableManagementModal: ({ application, ...props }: InternalModalProps) => JSX.Element;
export {};