export declare const styles: { container: { width: "100%"; elevation: number; shadowColor: string; shadowOpacity: number; shadowRadius: number; shadowOffset: { width: number; height: number; }; }; navRow: { paddingBottom?: number | undefined; flexDirection: "row"; alignItems: "center"; height: number; justifyContent: "space-between"; paddingHorizontal: number; }; iconArea: { width: number; height: number; justifyContent: "center"; alignItems: "center"; overflow: "hidden"; }; title: { flex: number; textAlign: "center"; fontSize: number; fontWeight: "bold"; color: string; }; };