import type React from 'react';
export declare const UnderlineNavContext: React.Context<{
    setChildrenWidth: React.Dispatch<{
        text: string;
        width: number;
    }>;
    setNoIconChildrenWidth: React.Dispatch<{
        text: string;
        width: number;
    }>;
    loadingCounters: boolean;
    iconsVisible: boolean;
}>;
//# sourceMappingURL=UnderlineNavContext.d.ts.map