import React from 'react';
import { HtmlManager } from './manager';
export declare const HtmlContext: React.Context<HtmlManager>;
