import * as React from 'react'; import { type StyleProp, type ViewStyle } from 'react-native'; import { ScreenProps, ScreenStackHeaderConfigProps } from '../types'; import { type ScreenInstance } from './Screen'; type Props = Omit & { screenId: string; headerConfig?: ScreenStackHeaderConfigProps | undefined; contentStyle?: StyleProp | undefined; }; declare const _default: React.ForwardRefExoticComponent & React.RefAttributes>; export default _default; //# sourceMappingURL=ScreenStackItem.d.ts.map