import React from 'react'; import type { TouchCbViewProps } from './interface'; declare const TouchCbView: React.FC; export default TouchCbView;