declare const _default: Readonly<{ rootContainer: { flex: number; backgroundColor: string; justifyContent: "center"; alignItems: "center"; }; text: { color: string; marginTop: number; fontSize: number; }; content: { backgroundColor: string; padding: number; borderRadius: number; alignItems: "center"; justifyContent: "center"; elevation: number; shadowColor: string; shadowOpacity: number; shadowRadius: number; shadowOffset: { height: number; width: number; }; }; }>; export default _default; //# sourceMappingURL=styles.d.ts.map