import { Segment } from '../segment';
import { ValueStorageInterface } from '../lib/interfaces';
export declare class Device extends Segment {
    constructor(visitor: ValueStorageInterface);
    setValue(value?: any): void;
    protected defaultValue(): "tablet" | "mobile" | "computer";
}
//# sourceMappingURL=device.d.ts.map