declare const styles: { container: { flexDirection: "column"; height: string; left: number; position: "absolute"; top: number; width: string; zIndex: number; }; containerWebViewActive: { backgroundColor: string; }; innerContainer: { flex: number; }; notification: { alignSelf: "center"; backgroundColor: string; bottom: number; height: number; position: "absolute"; width: number; }; sidebar: { alignSelf: "flex-end"; backgroundColor: string; height: number; position: "absolute"; width: number; }; }; export default styles;