import * as React from 'react';
import { MdastContextValue } from './types';
export declare const context: React.Context<MdastContextValue>;
export declare const useMarkdown: () => MdastContextValue;
