import { PropsWithoutRef } from 'react'; import { EmptyObject } from 'type-fest'; /** Navigation props. */ export type NavigationProps = PropsWithoutRef;