export declare const Style: { row: { flexDirection: "row"; justifyContent: "space-between"; }; buttonStyle: { flex: number; margin: number; alignItems: "center"; justifyContent: "center"; }; };