declare const styles: { navBar: { flexDirection: "row"; alignItems: "center"; justifyContent: "space-around"; height: number; width: number; }; navBarTitleContainer: { flexDirection: "row"; alignItems: "center"; }; navBarButton: { alignItems: "center"; }; container: {}; title: { width: number; fontWeight: "bold"; textAlign: "center"; }; leftIcon: { width: number; height: number; }; statusBar: {}; leftBtnBox: { flexDirection: "row"; alignItems: "center"; justifyContent: "flex-start"; width: number; paddingLeft: number; }; rightBtnBox: { flexDirection: "row"; alignItems: "center"; justifyContent: "flex-end"; width: number; }; }; export { styles };