/**
 * This is the API reference for the React Native LaunchDarkly SDK.
 *
 * For more information, see the SDK reference guide.
 *
 * @packageDocumentation
 */
import ReactNativeLDClient from './ReactNativeLDClient';
import RNOptions, { RNStorage } from './RNOptions';
export * from '@launchdarkly/js-client-sdk-common';
export * from './hooks';
export * from './provider';
export * from './LDPlugin';
export { ReactNativeLDClient, RNOptions as LDOptions, RNStorage };
//# sourceMappingURL=index.d.ts.map