import { StatusBarProps } from './StatusBar.types';
export default function ExpoStatusBar(props: StatusBarProps): null;
