import { DataFlowState } from "../../types";
export declare function handleBlurEvent<Schema>(dataFlowState: DataFlowState<Schema>): void;
