type Touches = Array>; export declare function createTouches(touches: Touches): { changedTouches: Touch[]; }; export declare function getHorizontalSliderRect(width?: number): DOMRect; export {};