import { Store } from '../typeHelper';
import React from 'react';
export declare const MagneticContext: React.Context<Store<any>>;
