import { type DrawerNavigationState, type DrawerStatus, type ParamListBase } from '@react-navigation/native'; import * as React from 'react'; import type { DrawerDescriptorMap, DrawerNavigationConfig, DrawerNavigationHelpers } from '../types.js'; type Props = DrawerNavigationConfig & { defaultStatus: DrawerStatus; state: DrawerNavigationState; navigation: DrawerNavigationHelpers; descriptors: DrawerDescriptorMap; }; export declare function DrawerView({ navigation, ...rest }: Props): React.JSX.Element; export {}; //# sourceMappingURL=DrawerView.d.ts.map