import type { ReleaseLifecycleControl } from '@ankhorage/deploy'; import React from 'react'; export declare function DeployLifecycleControls(props: { readonly controls: readonly ReleaseLifecycleControl[]; readonly disabled: boolean; readonly onControl: (control: ReleaseLifecycleControl) => void; }): React.JSX.Element | null; //# sourceMappingURL=DeployLifecycleControls.d.ts.map