import type { NavigationProps } from './types.js'; declare const CpnNavigation: (props: NavigationProps) => import("react/jsx-runtime").JSX.Element; export default CpnNavigation;