import type { ReactElement } from 'react'; export type StoreValueType = { operate?: string; }; export declare const Store: import("react").Context; declare const StoreProvider: (props: any) => ReactElement; export default StoreProvider;