declare const styles: { bottomContentContainer: { flex: number; marginTop: number; flexDirection: "row"; backgroundColor: string; borderRadius: number; }; textBottomContainer: { flex: number; flexDirection: "row"; alignItems: "center"; paddingVertical: number; }; iconKey: { height: number; width: number; marginHorizontal: number; }; iconKeyNewlyCreatedAcc: { height: number; width: number; marginHorizontal: number; }; fillDataText: { flexShrink: number; alignSelf: "center"; }; textFailed: { color: string; }; textFailedFalse: { color: string; }; rightContainer: { marginLeft: number; justifyContent: "center"; alignItems: "flex-end"; }; icon: { height: number; width: number; marginRight: number; }; }; export default styles;