/// import React from 'react'; declare var _default: React.ClassicComponentClass<{ onTouchStart?: ((e: any) => void) | undefined; onTouchEnd?: ((e: any) => void) | undefined; onTouchCancel?: ((e: any) => void) | undefined; activeStyle?: any; } & { prefixCls?: string | undefined; label?: string | undefined; enabled?: boolean | undefined; tintColor?: string | undefined; selected?: boolean | undefined; onClick?: ((e: any) => void) | undefined; }>; export default _default;