/**
 * A navigation slot implementation, similar to the classic Plone navigation
 * portlet. It uses the same API, so the options are similar to
 * INavigationPortlet
 */
export function ContextNavigationComponent(props: any): "" | import("react/jsx-runtime").JSX.Element;
export namespace ContextNavigationComponent {
    namespace propTypes {
        let navigation: any;
    }
}
declare const _default: any;
export default _default;
