declare const createStyle: (theme: DiceUI.Theme) => { checkbox: { alignItems: "center"; flexDirection: "row"; }; 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; }; }; export default createStyle;