import { StatusBarStyle } from './StatusBar.types';
/**
 * Set the bar style of the status bar.
 * @param style The color of the status bar text.
 * @param animated If the transition should be animated.
 */
export default function setStatusBarStyle(style: StatusBarStyle, animated?: boolean): void;
//# sourceMappingURL=setStatusBarStyle.d.ts.map