import type { TouchViewProps } from './touch-view'; export declare function TouchView(props: TouchViewProps): JSX.Element; export default TouchView;