import type { ViewProps } from 'react-native'; import type { HostComponent } from 'react-native'; export interface NativeProps extends ViewProps { } declare const _default: HostComponent; export default _default; export declare type Wrld3dViewNativeComponentType = HostComponent; interface NativeCommands { } export declare const Commands: NativeCommands; //# sourceMappingURL=CallOutViewNativeComponent.d.ts.map