declare const styles: { checkBoxContainer: { alignItems: 'center'; flexDirection: 'row'; borderWidth: number; borderColor: string; borderRadius: number; padding: number; marginBottom: number; }; checkBoxContainerActive: { alignItems: 'center'; flexDirection: 'row'; borderWidth: number; borderColor: string; borderRadius: number; padding: number; marginBottom: number; }; tickContainer: { width: number; height: number; justifyContent: 'center'; alignItems: 'center'; borderWidth: number; borderColor: string; borderRadius: number; }; iconCheck: { width: number; height: number; }; title: { fontSize: number; color: string; marginLeft: number; fontWeight: '500'; marginRight: number; }; titleDisabled: { fontSize: number; color: string; marginLeft: number; fontWeight: '500'; marginRight: number; }; }; export default styles;