export declare type TouchEvent = 'touchcancel' | 'touchend' | 'touchmove' | 'touchstart';
declare const _default: {
    'touchcancel': string;
    'touchend': string;
    'touchmove': string;
    'touchstart': string;
};
export default _default;
