import * as React from 'react'; export interface AppContextProps { modalRoot: HTMLElement; popoverRoot: HTMLElement; } declare const AppContext: React.Context; export default AppContext;