/// import type { FrameProps } from '../types'; /** * * @see https://github.com/software-mansion/react-native-screens/blob/73959abc975b5718e683d39f1452ec0bb4d5f475/native-stack/views/Frame.tsx#L27 */ export default function FrameNavigatorView({ state, navigation, descriptors, style, ...rest }: FrameProps): JSX.Element;