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