import React from 'react'; /** * Show expand/collapse navigation button next to site name in main * navigation menu if documentation site has nested navigation. */ export declare const ExpandableNavigationAddon: () => React.JSX.Element;