/** * @author: yanxianliang * @date: 2025-07-27 20:41 * @modified:2025/7/27 20:41 by yanxianliang * @desc: reactflow StoreProvider Wrapper * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import React from "react"; export declare const StoreProvider: ({ children }: { children: React.ReactElement; }) => import("react/jsx-runtime").JSX.Element;