import { PropsWithoutRef } from 'react'; import { HeaderButtonProps } from '@react-navigation/elements'; /** ToggleThemeModeButton props. */ export type ToggleThemeModeButtonProps = PropsWithoutRef;