import * as React from 'react';
/**
* Wrapper to add Sentry Playground to your application
* to test your Sentry React Native SDK setup.
*
* @example
* ```tsx
* import * as Sentry from '@sentry/react-native';
* import { withSentryPlayground } from '@sentry/react-native/playground';
*
* function App() {
* return
(Component: React.ComponentType
, options?: { projectId?: string; organizationSlug?: string; }) => React.ComponentType
; export declare const SentryPlayground: ({ projectId, organizationSlug, }: { projectId?: string | undefined; organizationSlug?: string | undefined; }) => React.ReactElement; //# sourceMappingURL=modal.d.ts.map