import * as React from 'react'; import { IStateliStore } from 'stateli'; export interface IAppContext { store: IStateliStore; } export declare const CreateAppContext: (defaultValue: IAppContext) => React.Context>;