declare const _default: { radioContainer: { flexDirection: "column"; }; radioItemContainer: { flexDirection: "row"; alignItems: "center"; justifyContent: "flex-start"; paddingVertical: number; }; radioItemLabel: { fontSize: any; color: any; }; }; export default _default;