///
import type { Configuration } from "./EC3/Template";
import "./TemplateModificationStepThree.scss";
export interface TemplateModificationStepThreeProps {
currentStep: number;
updateCurrentStep: (currentStep: number) => void;
childTemplate: Configuration;
onCancelClick: () => void;
onSaveClick: () => Promise;
}
export declare const TemplateModificationStepThree: (props: TemplateModificationStepThreeProps) => JSX.Element;
//# sourceMappingURL=TemplateModificationStepThree.d.ts.map