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