export declare class Modules { static readonly LINKING_ERROR: string; static readonly Client: any; static readonly Shared: any; static readonly System: any; static getNativeModule(nativeModule: T | undefined): T; static getNativeComponent(componentName: string): import("react-native").HostComponent | (() => never); } //# sourceMappingURL=Modules.d.ts.map