/// import { Device } from '../types'; export declare const DeviceContext: import("react").Context<{ device: Device; }>;