type BindFlowDialogProps = {
    flowAlias: string;
    onClose: (used?: boolean) => void;
};
export declare const BindFlowDialog: ({ flowAlias, onClose }: BindFlowDialogProps) => import("react/jsx-runtime").JSX.Element;
export {};
