import * as React from 'react'; import { StatsigProviderProps } from '@statsig/react-bindings'; import { StatsigClientRN } from './StatsigClientRN'; type Props = StatsigProviderProps; export declare function StatsigProviderRN(props: Props): React.ReactElement | null; export {};