import { UseNavigationComponentProps } from './types'; export declare const useNavigationComponent: (props: UseNavigationComponentProps) => import("react/jsx-runtime").JSX.Element | undefined;