export declare type TouchDirection = 'left' | 'right' | 'up' | 'down' | 'vertical' | 'horizontal' | 'all' | 'none'; export declare const TouchDirectionCodes: Record;