/** * Проверяет поддержку touch событий. * @return True - если поддерживает, false - если нет. */ export declare function isTouchDevice(): boolean;