declare const styles: { container: { flex: number; backgroundColor: string; }; frame: { flex: number; alignContent: "center"; justifyContent: "center"; }; toolbarContainer: { position: "absolute"; top: number; alignSelf: "center"; }; toolbar: { flexGrow: number; justifyContent: "center"; flexDirection: "row"; borderWidth: number; borderColor: string; }; screenContainer: { alignItems: "center"; }; dims: { flexDirection: "row"; }; screen: { overflow: "hidden"; borderWidth: number; borderColor: string; }; dimWidth: { position: "absolute"; right: number; bottom: string; alignItems: "center"; height: number; flexDirection: "row"; }; dimHeight: { height: string; alignItems: "center"; width: number; }; dimSpec: { backgroundColor: string; borderRadius: number; paddingVertical: number; width: number; alignItems: "center"; zIndex: number; }; dimWidthLine: { height: number; backgroundColor: string; flexGrow: number; }; dimHeightLine: { width: number; backgroundColor: string; flexGrow: number; }; scaleSelectorContainer: { flexDirection: "row"; }; btn: { alignItems: "center"; backgroundColor: string; justifyContent: "center"; paddingVertical: number; paddingHorizontal: number; borderWidth: number; borderColor: string; }; btnText: { fontSize: number; }; dropdown: { backgroundColor: string; position: "absolute"; top: string; left: number; right: number; borderWidth: number; borderColor: string; }; dropdownItem: { paddingHorizontal: number; paddingVertical: number; }; dropdownItemSelected: { backgroundColor: string; }; rotate270: { transform: { rotate: string; }[]; }; rotate45: { transform: { rotate: string; }[]; }; }; export default styles;