declare const createStyle: (theme: DiceUI.Theme) => { icon: { alignItems: "center"; borderColor: string; borderWidth: number; justifyContent: "center"; }; iconChecked: { backgroundColor: string; borderColor: string; }; iconDisabled: { backgroundColor: string; borderColor: string; }; label: { color: string; }; labelContainer: { marginLeft: number; }; labelDisabled: { color: string; }; radio: { alignItems: "center"; flexDirection: "row"; }; }; export default createStyle;