/** * Determines if the current device is touch-enabled. * Global, lazy evaluation. */ export declare const isTouchDevice: () => boolean;