import { type HostComponent, type ViewProps } from 'react-native'; export interface NativeProps extends ViewProps { appName?: string; blockStatus?: string; componentName?: string; initialPropsJson?: string; mode?: string; runtimeName?: string; surfaceKey?: string; } declare const _default: HostComponent; export default _default; //# sourceMappingURL=NativeThreadedRuntimeSurface.d.ts.map