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