exporttypeTouchSupport = {
maxTouchPoints: number;
/** The success or failure of creating a TouchEvent */touchEvent: boolean;
/** The availability of the "ontouchstart" property */touchStart: boolean;
};
exportdefaultfunctiongetTouchSupport(): TouchSupport;