import React from 'react';
import { H1, H2, H3 } from '../Semantic/Semantic';
export declare const RankedHeadingContext: React.Context<{
    rank: number;
}>;
export declare const headingsByRank: Record<number, typeof H1 | typeof H2 | typeof H3>;
