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