import { TabPath } from './native';
import { Href } from '../../types';
export declare function useNextScreenId(): [
    {
        nextScreenId: string | undefined;
        tabPath: TabPath[];
    },
    (href: Href) => void
];
//# sourceMappingURL=useNextScreenId.d.ts.map