import React from 'react';
export declare const HeadManagerContext: React.Context<{
    updateHead?: (state: any) => void;
    mountedInstances?: any;
}>;
