import { NamedFunction0 } from './_Base';
export declare class isTouchDevice extends NamedFunction0 {
    static type(): string;
    func(): boolean;
}
