import { type TouchList } from 'react'; export declare const getTouchesDistance: (touches: TouchList) => number;