export declare const styles: { overlay: { flex: number; backgroundColor: string; justifyContent: "center"; alignItems: "center"; }; dialog: { width: number; backgroundColor: string; borderRadius: number; padding: number; alignItems: "center"; }; title: { fontSize: number; fontWeight: "bold"; marginBottom: number; color: string; }; message: { fontSize: number; color: string; marginBottom: number; textAlign: "center"; }; buttonRow: { flexDirection: "row"; justifyContent: "flex-end"; alignSelf: "stretch"; }; button: { paddingHorizontal: number; paddingVertical: number; }; confirmText: { color: string; fontSize: number; fontWeight: "bold"; }; cancelText: { color: string; fontSize: number; marginRight: number; }; };