export type StatusBarStyle = "auto" | "inverted" | "light" | "dark"; export type Edge = 'top' | 'left' | 'right' | 'bottom';