import type { ExpandableExecution } from "../../authentication/execution-model";
type ExecutionConfigModalProps = {
execution: ExpandableExecution;
};
export declare const ExecutionConfigModal: ({ execution, }: ExecutionConfigModalProps) => import("react/jsx-runtime").JSX.Element;
export {};