import type { StaticConfig } from './types'; export declare function getReactNativeConfig(Component: any): Partial | { isReactNative: true; } | null | undefined; //# sourceMappingURL=setupReactNative.d.ts.map