import type { CodegenTypes as CT, HostComponent, ViewProps, ColorValue } from 'react-native'; type FinishTransitioningEvent = Readonly<{}>; export interface NativeProps extends ViewProps { nativeContainerBackgroundColor?: ColorValue | undefined; onFinishTransitioning?: CT.DirectEventHandler | undefined; } declare const _default: HostComponent; export default _default; //# sourceMappingURL=ScreenStackNativeComponent.d.ts.map