import type { FormikProps } from 'formik'; import React from 'react'; import type { IAmazonClassicLoadBalancerUpsertCommand } from '../../../domain'; export interface IHealthCheckProps { formik: FormikProps; } export declare class HealthCheck extends React.Component { requiresHealthCheckPath(): boolean; private healthCheckPathChanged; render(): JSX.Element; }